Skip to content

Commit fd72b3f

Browse files
authored
fix(deps): update ghcr.io/maevsi/maevsi to v6.2.0 (#161)
1 parent 7ffcb5b commit fd72b3f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/development/stack.env.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
GTAG_ID=G-WMQ1JY99XH
2+
MAEVSI_FIREBASE_SERVICE_ACCOUNT_CREDENTIALS=
3+
MAEVSI_NUXT_PRIVATE_API_NOTIFICATION_SECRET=
24
PNPM_STORE_DIR=
35
S3_TUSD_BUCKET=maevsi-images
46
S3_TUSD_ENDPOINT=http://minio:9000

src/development/stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ services:
182182
environment:
183183
AWS_REGION: ${MAEVSI_AWS_REGION}
184184
CONSOLA_LEVEL: 4 # debug #DARGSTACK-REMOVE
185+
FIREBASE_SERVICE_ACCOUNT_CREDENTIALS: ${MAEVSI_FIREBASE_SERVICE_ACCOUNT_CREDENTIALS}
186+
NUXT_PRIVATE_API_NOTIFICATION_SECRET: ${MAEVSI_NUXT_PRIVATE_API_NOTIFICATION_SECRET}
185187
NUXT_PUBLIC_GTAG_ID: ${GTAG_ID}
186188
NUXT_PUBLIC_I18N_BASE_URL: https://${STACK_DOMAIN}
187189
NUXT_PUBLIC_MAEVSI_EMAIL_LIMIT24H: 15

src/production/production.yml

Lines changed: 4 additions & 2 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:6.1.2
54+
image: ghcr.io/maevsi/maevsi:6.2.0
5555
user: (( prune ))
5656
maevsi_beta:
5757
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -67,6 +67,8 @@ services:
6767
- traefik.http.services.maevsi_beta.loadbalancer.server.port=3000
6868
- traefik.http.routers.maevsi_beta_secure.tls.certresolver=default
6969
environment:
70+
FIREBASE_SERVICE_ACCOUNT_CREDENTIALS: ${MAEVSI_FIREBASE_SERVICE_ACCOUNT_CREDENTIALS}
71+
NUXT_PRIVATE_API_NOTIFICATION_SECRET: ${MAEVSI_NUXT_PRIVATE_API_NOTIFICATION_SECRET}
7072
NUXT_PUBLIC_GTAG_ID: ${GTAG_ID}
7173
NUXT_PUBLIC_SITE_URL: https://beta.${STACK_DOMAIN}
7274
NUXT_PUBLIC_TURNSTILE_SITE_KEY: ${TURNSTILE_SITE_KEY}
@@ -76,7 +78,7 @@ services:
7678
POSTGRES_DB_FILE: /run/secrets/postgres_db
7779
POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE: /run/secrets/postgres_role_maevsi-tusd_password
7880
POSTGRES_ROLE_MAEVSI_TUSD_USERNAME_FILE: /run/secrets/postgres_role_maevsi-tusd_username
79-
image: ghcr.io/maevsi/maevsi:6.1.2
81+
image: ghcr.io/maevsi/maevsi:6.2.0
8082
secrets:
8183
- maevsi_turnstile-key
8284
- postgres_db

0 commit comments

Comments
 (0)