Skip to content

Commit

Permalink
fix rabbitmq ulimits problem as in
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdlees committed Sep 5, 2023
1 parent a378d4b commit 2b22913
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion containers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ services:
restart: unless-stopped
environment:
- GUNICORN_WORKERS=1
- CELERY_WORKERS=1
- CELERY_WORKERS=1
ulimits:
nofile:
soft: "65536"
hard: "65536"
networks:
default:
external: true
Expand Down

0 comments on commit 2b22913

Please sign in to comment.