mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +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:
parent
77ce0f9fab
commit
df11a20a32
@ -16,6 +16,13 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- docker_mainflux-base-net
|
- 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:
|
bootstrap:
|
||||||
image: mainflux/bootstrap:latest
|
image: mainflux/bootstrap:latest
|
||||||
container_name: mainflux-bootstrap
|
container_name: mainflux-bootstrap
|
||||||
@ -35,5 +42,7 @@ services:
|
|||||||
MF_BOOTSTRAP_PORT: 8200
|
MF_BOOTSTRAP_PORT: 8200
|
||||||
MF_SDK_BASE_URL: http://mainflux-things:8182
|
MF_SDK_BASE_URL: http://mainflux-things:8182
|
||||||
MF_USERS_URL: mainflux-users:8181
|
MF_USERS_URL: mainflux-users:8181
|
||||||
|
MF_THINGS_ES_URL: things-redis:6379
|
||||||
|
MF_BOOTSTRAP_ES_URL: bootstrap-redis:6379
|
||||||
networks:
|
networks:
|
||||||
- docker_mainflux-base-net
|
- docker_mainflux-base-net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user