Skip to content

Commit

Permalink
add network to celery
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 19, 2024
1 parent ac11a79 commit 52f100e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ services:
# Docker Compose does not set the TTY width, which causes Celery errors
tty: false
env_file: ./dev/.env.prod.docker-compose
networks:
- django-nginx
volumes:
- .:/opt/django-project
depends_on:
Expand Down

0 comments on commit 52f100e

Please sign in to comment.