nestjs-auth/docker-compose.yaml
2023-11-02 00:39:57 +01:00

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: