Skip to content

Commit

Permalink
Update Bootstrap service docker-compose.yml (#700)
Browse files Browse the repository at this point in the history
Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
  • Loading branch information
dborovcanin authored and anovakovic01 committed Apr 9, 2019
1 parent 77ce0f9 commit df11a20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/addons/bootstrap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit df11a20

Please sign in to comment.