dockerize app

This commit is contained in:
fred 2025-07-15 12:02:11 -07:00
parent af99a9b4c2
commit 091a21c8e6
9 changed files with 78 additions and 10 deletions

View file

@ -10,6 +10,6 @@ services:
- POSTGRES_PASSWORD=${DB_PASSWORD}
- POSTGRES_DB=${DB_NAME}
ports:
- "${DB_PORT}:5432"
- "5432:5432"
volumes:
- ./db:/var/lib/postgresql/data