Skip to content

Commit

Permalink
Merge pull request #11 from developmentseed/chore/disable-python-buff…
Browse files Browse the repository at this point in the history
…ering

Run Python in non-buffered mode
  • Loading branch information
alukach authored Aug 12, 2024
2 parents 60d2d30 + c56031e commit c79692c
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 @@ -25,6 +25,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 @@ -70,6 +71,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 @@ -120,6 +122,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 c79692c

Please sign in to comment.