File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ services:
314314 POSTGRAPHILE_JWT_PUBLIC_KEY_FILE : /run/config/postgraphile_jwt-public-key
315315 POSTGRAPHILE_JWT_SECRET_KEY_FILE : /run/secrets/postgraphile_jwt-secret
316316 POSTGRAPHILE_OWNER_CONNECTION_FILE : /run/secrets/postgraphile_owner-connection
317- image : ghcr.io/maevsi/postgraphile:1.0.9
317+ image : ghcr.io/maevsi/postgraphile:1.0.10
318318 secrets :
319319 - postgraphile_connection
320320 - postgraphile_jwt-secret
@@ -355,7 +355,7 @@ services:
355355 - traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
356356 - traefik.http.routers.prometheus_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
357357 - traefik.http.services.prometheus.loadbalancer.server.port=9090
358- image : prom/prometheus:v3.7.2
358+ image : prom/prometheus:v3.7.3
359359 volumes :
360360 - ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
361361 - prometheus_data:/prometheus
You can’t perform that action at this time.
0 commit comments