Skip to content

Commit

Permalink
Bump up versions of CouchDB and InfluxDB
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap authored Mar 27, 2024
1 parent 61b96aa commit 32796fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ services:
- traefik.http.services.swarmpit.loadbalancer.server.port=8080

db:
image: couchdb:2.3.0
image: couchdb:3
volumes:
- db-data:/opt/couchdb/data
networks:
Expand All @@ -202,7 +202,7 @@ services:
- node.role == manager

influxdb:
image: influxdb:1.8
image: influxdb:2
volumes:
- influx-data:/var/lib/influxdb
networks:
Expand Down

0 comments on commit 32796fe

Please sign in to comment.