Skip to content

Commit

Permalink
Run Python in non-buffered mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Aug 9, 2024
1 parent 117180d commit c56031e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
ports:
- "${MY_DOCKER_IP:-127.0.0.1}:8081:8081"
environment:
- PYTHONUNBUFFERED=1
# Application
- HOST=0.0.0.0
- PORT=8081
Expand Down Expand Up @@ -62,6 +63,7 @@ services:
ports:
- "${MY_DOCKER_IP:-127.0.0.1}:8082:8082"
environment:
- PYTHONUNBUFFERED=1
# Application
- HOST=0.0.0.0
- PORT=8082
Expand Down Expand Up @@ -108,6 +110,7 @@ services:
ports:
- "${MY_DOCKER_IP:-127.0.0.1}:8083:8083"
environment:
- PYTHONUNBUFFERED=1
# Application
- HOST=0.0.0.0
- PORT=8083
Expand Down

0 comments on commit c56031e

Please sign in to comment.