Clean up junk left from initial app generation

This commit is contained in:
D. Scott Boggs 2023-06-11 09:04:29 -04:00
parent 0b57f140cb
commit 412c86df33
5 changed files with 4 additions and 140 deletions

View file

@ -13,6 +13,9 @@ services:
POSTGRES_HOST: database
secrets: [ postgres-password ]
depends_on: [ database ]
ports:
# TODO remove in prod
- 8000:8000
database:
image: postgres
environment: