File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ services:
157157 - traefik.http.routers.grafana_secure.rule=Host(`grafana.${STACK_DOMAIN}`)
158158 - traefik.http.routers.grafana_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
159159 - traefik.http.services.grafana.loadbalancer.server.port=3000
160- image : grafana/grafana:12.0.0
160+ image : grafana/grafana:12.0.1
161161 secrets :
162162 - postgres_db
163163 - postgres_role_service_grafana_password
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ services:
8282 image : ghcr.io/maevsi/reccoom:0.1.0
8383 volumes : (( prune ))
8484 sqitch :
85- image : ghcr.io/maevsi/sqitch:8.0.1
85+ image : ghcr.io/maevsi/sqitch:8.2.0
8686 volumes : (( prune ))
8787 traefik :
8888 command :
@@ -128,7 +128,7 @@ services:
128128 - (( append ))
129129 - traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
130130 - traefik.http.routers.vibetype_secure.tls.certresolver=default
131- image : ghcr.io/maevsi/vibetype:11.5.1
131+ image : ghcr.io/maevsi/vibetype:11.5.2
132132 user : (( prune ))
133133 # vibetype_beta:
134134 # # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
You can’t perform that action at this time.
0 commit comments