Skip to content

Commit

Permalink
Fix previous
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap authored Mar 27, 2024
1 parent 56a4580 commit 4a9c9ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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://couchdb:5984
- SWARMPIT_INFLUXDB=http://influxdb:8086
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
Expand Down Expand Up @@ -185,9 +185,9 @@ services:

couchdb:
image: couchdb:2.3
environment:
- COUCHDB_USER=swarmpit
- COUCHDB_PASSWORD=swarmpit
#environment:
# - COUCHDB_USER=swarmpit
# - COUCHDB_PASSWORD=swarmpit
volumes:
- db-data:/opt/couchdb/data
networks:
Expand Down

0 comments on commit 4a9c9ab

Please sign in to comment.