mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Merge pull request #76 from FunkeCoder23/75-keep-queue-on-down
Add hostname to rabbit mq container
This commit is contained in:
@@ -75,6 +75,7 @@ services:
|
|||||||
# - "15692:15692"
|
# - "15692:15692"
|
||||||
volumes:
|
volumes:
|
||||||
- rabbitmq:/var/lib/rabbitmq
|
- rabbitmq:/var/lib/rabbitmq
|
||||||
|
hostname: ${RabbitMqConfiguration__Host}
|
||||||
restart: *restart-policy
|
restart: *restart-policy
|
||||||
healthcheck: *rabbitmq-health
|
healthcheck: *rabbitmq-health
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user