更新 docker-compose.yml
This commit is contained in:
parent
d7ed9c8212
commit
20ec4cf8ad
|
@ -40,7 +40,8 @@ services:
|
|||
constraints:
|
||||
- node.role == manager
|
||||
swarmpit-db:
|
||||
image: couchdb:2.3.1
|
||||
# image: couchdb:2.3.1
|
||||
image: couchdb:latest
|
||||
volumes:
|
||||
- db-data:/opt/couchdb/data
|
||||
networks:
|
||||
|
@ -57,7 +58,8 @@ services:
|
|||
constraints:
|
||||
- node.labels.swarmpit.db-data == true
|
||||
swarmpit-influxdb:
|
||||
image: influxdb:1.7
|
||||
# image: influxdb:1.7
|
||||
image: influxdb:latest
|
||||
volumes:
|
||||
- influx-data:/var/lib/influxdb
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue