Skip to content

Commit

Permalink
Update Docker images for Prometheus and Mongo services
Browse files Browse the repository at this point in the history
Set Prometheus to use its specific image and corrected Mongo to reference its appropriate image. This ensures proper separation and alignment of services with their respective container images.
  • Loading branch information
SquirrelDevelopper committed Feb 4, 2025
1 parent 04b1018 commit 1ab8907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ services:
wud.watch.digest: false
prometheus:
container_name: prometheus-ssm
image: "ghcr.io/squirrelcorporation/squirrelserversmanager-prometheus:latest"
restart: unless-stopped
volumes:
- ./.data.prod/prometheus:/prometheus
labels:
wud.display.name: "SSM - Prometheus"
mongo:
container_name: mongo-ssm
image: "ghcr.io/squirrelcorporation/squirrelserversmanager-prometheus:latest"
image: "ghcr.io/squirrelcorporation/squirrelserversmanager-mongo:latest"
restart: unless-stopped
volumes:
- ./.data.prod/db:/data/db
Expand Down

0 comments on commit 1ab8907

Please sign in to comment.