Skip to content

Commit

Permalink
Switch back to CouchDB 2, as swarmpit cannot authenticate on 3 and ap…
Browse files Browse the repository at this point in the history
…pears to be unmaintained
  • Loading branch information
knipknap authored Mar 27, 2024
1 parent e4cf11f commit 56a4580
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ services:

swarmpit:
image: swarmpit/swarmpit:latest
environment:
- SWARMPIT_DB=http://swarmpit:swarmpit@couchdb:5984
- SWARMPIT_INFLUXDB=http://influxdb:8086
#environment:
# - SWARMPIT_DB=http://swarmpit:swarmpit@couchdb:5984
# - SWARMPIT_INFLUXDB=http://influxdb:8086
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
Expand Down Expand Up @@ -184,7 +184,7 @@ services:
- traefik.http.services.swarmpit.loadbalancer.server.port=8080

couchdb:
image: couchdb:3
image: couchdb:2.3
environment:
- COUCHDB_USER=swarmpit
- COUCHDB_PASSWORD=swarmpit
Expand Down

0 comments on commit 56a4580

Please sign in to comment.