replaced docker images with alpine if available (nginx, rabbitmq)
This commit is contained in:
parent
ceef5e39b7
commit
6838a81e50
4 changed files with 8 additions and 8 deletions
|
@ -39,6 +39,6 @@ bmysql:
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
||||||
log_driver: none
|
log_driver: none
|
||||||
brabbitmq:
|
brabbitmq:
|
||||||
image: rabbitmq:3
|
image: rabbitmq:3-alpine
|
||||||
environment:
|
environment:
|
||||||
RABBITMQ_NODE_IP_ADDRESS: "0.0.0.0"
|
RABBITMQ_NODE_IP_ADDRESS: "0.0.0.0"
|
||||||
|
|
|
@ -12,6 +12,6 @@ consul:
|
||||||
- "8302"
|
- "8302"
|
||||||
- "8302/udp"
|
- "8302/udp"
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8881:80"
|
- "8881:80"
|
||||||
|
|
|
@ -12,6 +12,6 @@ consul:
|
||||||
- "8302"
|
- "8302"
|
||||||
- "8302/udp"
|
- "8302/udp"
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8881:80"
|
- "8881:80"
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
nginx1:
|
nginx1:
|
||||||
image: nginx
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8881:80"
|
- "8881:80"
|
||||||
nginx2:
|
nginx2:
|
||||||
image: nginx
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8882:80"
|
- "8882:80"
|
||||||
nginx3:
|
nginx3:
|
||||||
image: nginx
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8883:80"
|
- "8883:80"
|
||||||
nginx4:
|
nginx4:
|
||||||
image: nginx
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8884:80"
|
- "8884:80"
|
||||||
nginx5:
|
nginx5:
|
||||||
image: nginx
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8885:80"
|
- "8885:80"
|
||||||
|
|
Loading…
Reference in a new issue