Skip to content

Commit

Permalink
fix: Add missing django env var to Celery config in `docker-compose.o…
Browse files Browse the repository at this point in the history
…verride.yml`
  • Loading branch information
annehaley committed Aug 21, 2024
1 parent 8a91db6 commit eee29b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
]
# Docker Compose does not set the TTY width, which causes Celery errors
tty: false
environment:
- DJANGO_HOMEPAGE_REDIRECT_URL=http://localhost:8080/
env_file: ./dev/.env.docker-compose
volumes:
- .:/opt/uvdat-server
Expand Down

0 comments on commit eee29b1

Please sign in to comment.