Skip to content

Commit

Permalink
Add RABBIT_SECURE to autoscaling service (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk authored Aug 18, 2023
1 parent 97c8b09 commit a001605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/simcore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ services:
- RABBIT_HOST=${RABBIT_HOST}
- RABBIT_PASSWORD=${RABBIT_PASSWORD}
- RABBIT_PORT=${RABBIT_PORT}
- RABBIT_SECURE=${RABBIT_SECURE}
- RABBIT_USER=${RABBIT_USER}
- REDIS_HOST=${REDIS_HOST}
- REDIS_PORT=${REDIS_PORT}
Expand Down

0 comments on commit a001605

Please sign in to comment.