File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11GTAG_ID=G-WMQ1JY99XH
2+ MAEVSI_FIREBASE_SERVICE_ACCOUNT_CREDENTIALS=
3+ MAEVSI_NUXT_PRIVATE_API_NOTIFICATION_SECRET=
24PNPM_STORE_DIR=
35S3_TUSD_BUCKET=maevsi-images
46S3_TUSD_ENDPOINT=http://minio:9000
Original file line number Diff line number Diff 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
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: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
You can’t perform that action at this time.
0 commit comments