nestjs-auth/docker-compose.yaml

15 lines
241 B
YAML
Raw Permalink Normal View History

2023-11-01 23:39:57 +00:00
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: