Browse Source

Use alpine images for rabbitmq and redis infrastucture services

pull/440/head
Ramón Tomás 7 years ago
parent
commit
4178fbff0e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docker-compose.yml

+ 2
- 2
docker-compose.yml View File

@ -103,7 +103,7 @@ services:
image: mongo
basket.data:
image: redis
image: redis:alpine
rabbitmq:
image: rabbitmq:3-management
image: rabbitmq:3-management-alpine

Loading…
Cancel
Save