Skip to content

Commit

Permalink
Update docker-compose.yml for rabbitmq with consumer_timeout environm…
Browse files Browse the repository at this point in the history
…ent variable
  • Loading branch information
dtuantran authored Dec 21, 2023
1 parent 6c8743f commit 4689e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '3'
services:
# --------------------------------------------------------------------------
# HTTP Server
Expand Down Expand Up @@ -58,6 +58,7 @@ services:
environment:
- RABBITMQ_LOGS=/var/log/rabbitmq/output.log
- RABBITMQ_SASL_LOGS=/var/log/rabbitmq/output_sasl.log
- WORKER_CONNECTION_TIMEOUT="${WORKER_CONNECTION_TIMEOUT:-100000000}"
env_file: .env
volumes:
- ./docker:/app/docker
Expand Down

0 comments on commit 4689e35

Please sign in to comment.