Skip to content

Commit

Permalink
modify docker compose yml for podman-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Dugowitch authored and psegedy committed Mar 18, 2024
1 parent bdcb387 commit 7dde0db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ services:

prometheus:
container_name: prometheus
image: prom/prometheus:v2.50.0
image: docker.io/prom/prometheus:v2.50.0
volumes:
- ./dashboards/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- prometheus-data:/prometheus
Expand All @@ -239,6 +239,8 @@ services:
restart: unless-stopped
profiles:
- monitoring
security_opt:
- label=disable

grafana:
container_name: grafana
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ services:

prometheus:
container_name: prometheus
image: prom/prometheus:v2.50.0
image: docker.io/prom/prometheus:v2.50.0
volumes:
- ./dashboards/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- prometheus-data:/prometheus
Expand All @@ -232,6 +232,8 @@ services:
restart: unless-stopped
profiles:
- monitoring
security_opt:
- label=disable

grafana:
container_name: grafana
Expand Down

0 comments on commit 7dde0db

Please sign in to comment.