更新 docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user