Compare commits
No commits in common. "8a3ca5ea11c505426864572acfa7cf2e24f884d4" and "32e63e705cf0050edada4a17844f85f997b961fe" have entirely different histories.
8a3ca5ea11
...
32e63e705c
@ -28,6 +28,8 @@ services:
|
||||
- node.role == manager
|
||||
db:
|
||||
image: treehouses/couchdb:2.3.1
|
||||
volumes:
|
||||
- db-data:/opt/couchdb/data
|
||||
networks:
|
||||
- net
|
||||
deploy:
|
||||
@ -39,6 +41,8 @@ services:
|
||||
|
||||
influxdb:
|
||||
image: influxdb:1.7
|
||||
volumes:
|
||||
- influx-data:/var/lib/influxdb
|
||||
networks:
|
||||
- net
|
||||
deploy:
|
||||
@ -71,3 +75,9 @@ networks:
|
||||
driver: overlay
|
||||
swarmpit-nginx:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
driver: local
|
||||
influx-data:
|
||||
driver: local
|
||||
|
Loading…
Reference in New Issue
Block a user