removed host network from the compose

Signed-off-by: Brian Christner <brian.christner@gmail.com>
This commit is contained in:
Brian Christner 2017-10-17 21:34:21 +02:00
parent a84f475e33
commit cd6a0350b3
No known key found for this signature in database
GPG Key ID: 8453AD0CB29591D1

View File

@ -7,7 +7,6 @@ volumes:
networks: networks:
front-tier: front-tier:
back-tier: back-tier:
host:
services: services:
prometheus: prometheus:
@ -32,7 +31,6 @@ services:
- cadvisor - cadvisor
networks: networks:
- back-tier - back-tier
- host
restart: always restart: always
deploy: deploy:
placement: placement: