Skip to content

Commit

Permalink
Leave a debug port open
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-flam committed Jun 10, 2020
1 parent 969aa92 commit 837e249
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ services:
restart: always
environment:
- UWSGI_PROCESSES=8
# For a flask debugging server
# $ "docker-compose run backend 'QABOARD_DB_ECHO=True cd /qaboard/backend && FLASK_APP=backend FLASK_DEBUG=1 flask run --host 0.0.0.0 --with-threads --port 3001'"
# ports:/
# - ${QABOARD_PORT_FLASK:-5152}:3001
# leave an unbound port open, useful for debugging
ports:
- ${QABOARD_PORT_DEBUG:-5152}:3001

proxy:
restart: always
Expand Down

0 comments on commit 837e249

Please sign in to comment.