replaced docker images with alpine if available (nginx, rabbitmq)

This commit is contained in:
Attilio Borello 2017-05-10 08:54:38 +02:00
parent ceef5e39b7
commit 6838a81e50
4 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -12,6 +12,6 @@ consul:
- "8302" - "8302"
- "8302/udp" - "8302/udp"
nginx: nginx:
image: nginx image: nginx:alpine
ports: ports:
- "8881:80" - "8881:80"

View file

@ -12,6 +12,6 @@ consul:
- "8302" - "8302"
- "8302/udp" - "8302/udp"
nginx: nginx:
image: nginx image: nginx:alpine
ports: ports:
- "8881:80" - "8881:80"

View file

@ -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"