mirror of
https://github.com/t3xhno/nestjs-auth.git
synced 2025-09-03 18:33:43 +00:00
initial commit
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.0'
|
||||
services:
|
||||
dev-db:
|
||||
image: postgres:13
|
||||
ports:
|
||||
- 5431:5432
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: nest
|
||||
networks:
|
||||
- texhno
|
||||
networks:
|
||||
texhno:
|
Reference in New Issue
Block a user