We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
restart
unless-stopped
1 parent 2b7e7d1 commit 36b18e8Copy full SHA for 36b18e8
docker-compose.yml
@@ -1,6 +1,7 @@
1
services:
2
rabbitmq1:
3
image: rabbitmq:3-management
4
+ restart: unless-stopped
5
hostname: rabbitmq1
6
environment:
7
- RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER}
@@ -13,6 +14,7 @@ services:
13
14
15
rabbitmq2:
16
17
18
hostname: rabbitmq2
19
depends_on:
20
- rabbitmq1
@@ -25,6 +27,7 @@ services:
25
27
26
28
rabbitmq3:
29
30
31
hostname: rabbitmq3
32
33
@@ -37,6 +40,7 @@ services:
37
40
38
41
haproxy:
39
42
image: haproxy:3.0
43
44
volumes:
45
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
46
0 commit comments