Clean up junk left from initial app generation
This commit is contained in:
parent
0b57f140cb
commit
412c86df33
5 changed files with 4 additions and 140 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue