File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -396,8 +396,6 @@ services:
396396 # You cannot access the database migrations directly.
397397 image : maevsi/sqitch:dev
398398 secrets :
399- - postgres_role_grafana_password
400- - postgres_role_grafana_username
401399 - postgres_role_maevsi-postgraphile_password
402400 - postgres_role_maevsi-postgraphile_username
403401 - postgres_role_maevsi_password
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
5151 - (( append ))
5252 - traefik.http.routers.maevsi.middlewares=maevsi_cors,maevsi_redirectregex
5353 - traefik.http.routers.maevsi_secure.tls.certresolver=default
54- image : ghcr.io/maevsi/maevsi:7.2 .1
54+ image : ghcr.io/maevsi/maevsi:8.0 .1
5555 user : (( prune ))
5656 maevsi_beta :
5757 # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -75,7 +75,7 @@ services:
7575 NUXT_PUBLIC_TURNSTILE_SITE_KEY : ${MAEVSI_NUXT_PUBLIC_TURNSTILE_SITE_KEY}
7676 NUXT_PUBLIC_VIO_ENVIRONMENT : beta
7777 PGHOST : ${MAEVSI_PGHOST}
78- image : ghcr.io/maevsi/maevsi:7.2 .1
78+ image : ghcr.io/maevsi/maevsi:8.0 .1
7979 secrets :
8080 - source : maevsi_api-notification-secret
8181 target : /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET
@@ -128,7 +128,7 @@ services:
128128 - (( append ))
129129 - traefik.http.routers.prometheus_secure.tls.certresolver=default
130130 sqitch :
131- image : ghcr.io/maevsi/sqitch:4.13.4
131+ image : ghcr.io/maevsi/sqitch:5.0.1
132132 volumes : (( prune ))
133133 traefik :
134134 command :
You can’t perform that action at this time.
0 commit comments