mirror of
https://github.com/t3xhno/nestjs-auth.git
synced 2024-11-22 18:33:41 +00:00
15 lines
241 B
YAML
15 lines
241 B
YAML
|
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:
|