Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
iameraj committed Jan 3, 2024
1 parent 0b21126 commit a463c76
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/.flake8
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
exclude =
migrations,
__pycache__,
manage.py
manage.py,
settings.py
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -13,15 +13,14 @@ services:
- ./app:/app
command: >
sh -c " python manage.py waitForDB &&
sleep 5 &&
python manage.py migrate &&
python manage.py runserver 0.0.0.0:8000"
environment:
- DB_HOST=db
- DB_NAME=devdb
- DB_USER=devuser
- DB_PASS=jabajaba
- DB_PORT=5432

depends_on:
- db

0 comments on commit a463c76

Please sign in to comment.