1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00

Update Bootstrap service docker-compose.yml (#700)

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
This commit is contained in:
Dušan Borovčanin 2019-04-09 11:44:50 +02:00 committed by Aleksandar Novaković
parent 77ce0f9fab
commit df11a20a32

View File

@ -15,6 +15,13 @@ services:
POSTGRES_DB: bootstrap
networks:
- docker_mainflux-base-net
bootstrap-redis:
image: redis:5.0-alpine
container_name: mainflux-bootstrap-redis
restart: on-failure
networks:
- docker_mainflux-base-net
bootstrap:
image: mainflux/bootstrap:latest
@ -35,5 +42,7 @@ services:
MF_BOOTSTRAP_PORT: 8200
MF_SDK_BASE_URL: http://mainflux-things:8182
MF_USERS_URL: mainflux-users:8181
MF_THINGS_ES_URL: things-redis:6379
MF_BOOTSTRAP_ES_URL: bootstrap-redis:6379
networks:
- docker_mainflux-base-net