fix
This commit is contained in:
parent
21c4c0eca5
commit
61f1be4ddf
@ -28,8 +28,6 @@ services:
|
||||
- node.role == manager
|
||||
db:
|
||||
image: treehouses/couchdb:2.3.1
|
||||
volumes:
|
||||
- db-data:/opt/couchdb/data
|
||||
networks:
|
||||
- net
|
||||
deploy:
|
||||
@ -41,8 +39,6 @@ services:
|
||||
|
||||
influxdb:
|
||||
image: influxdb:1.7
|
||||
volumes:
|
||||
- influx-data:/var/lib/influxdb
|
||||
networks:
|
||||
- net
|
||||
deploy:
|
||||
@ -75,9 +71,3 @@ networks:
|
||||
driver: overlay
|
||||
swarmpit-nginx:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
driver: local
|
||||
influx-data:
|
||||
driver: local
|
||||
|
Loading…
Reference in New Issue
Block a user