Skip to content

Commit

Permalink
Disable tty in docker-compose
Browse files Browse the repository at this point in the history
Poetry does not like it, for some reason.
python-poetry/poetry#7184
  • Loading branch information
mvandenburgh committed Jun 1, 2023
1 parent 6780757 commit 929a58c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ services:
"/app/django/src/manage.py",
"runserver", "0.0.0.0:8000"
]
# Log printing via Rich is enhanced by a TTY
tty: true
env_file:
- .env
- ./dev/.env.docker-compose
Expand Down Expand Up @@ -41,8 +39,6 @@ services:
"--loglevel", "INFO",
"--without-heartbeat",
]
# Log printing via Rich is enhanced by a TTY
tty: true
env_file:
- .env
- ./dev/.env.docker-compose
Expand Down

0 comments on commit 929a58c

Please sign in to comment.