Skip to content

Commit faca8c5

Browse files
authored
Merge pull request #172 from maevsi/feat/sqitch/v5
feat(sqitch)!: upgrade to v5
2 parents 7393c6a + fb1cdc8 commit faca8c5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/development/stack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/production/production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)