File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 "engines" : {
1111 "node" : " 22"
1212 },
13- "packageManager" : " pnpm@10.6.2 " ,
13+ "packageManager" : " pnpm@10.6.3 " ,
1414 "scripts" : {
1515 "prepare" : " husky"
1616 },
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ services:
9898 - traefik.http.routers.adminer_secure.rule=Host(`adminer.${STACK_DOMAIN}`)
9999 - traefik.http.routers.adminer_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
100100 - traefik.http.services.adminer.loadbalancer.server.port=8080
101- image : adminer:5.0.2 -standalone
101+ image : adminer:5.0.4 -standalone
102102 volumes :
103103 - ../production/configurations/adminer/adminer.css:/var/www/html/adminer.css:ro
104104 debezium :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ services:
127127 - (( append ))
128128 - traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
129129 - traefik.http.routers.vibetype_secure.tls.certresolver=default
130- image : ghcr.io/maevsi/vibetype:9.1 .0
130+ image : ghcr.io/maevsi/vibetype:9.3 .0
131131 user : (( prune ))
132132 vibetype_beta :
133133 # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -151,7 +151,7 @@ services:
151151 NUXT_PUBLIC_TURNSTILE_SITE_KEY : ${VIBETYPE_NUXT_PUBLIC_TURNSTILE_SITE_KEY}
152152 NUXT_PUBLIC_VIO_ENVIRONMENT : beta
153153 PGHOST : ${VIBETYPE_PGHOST}
154- image : ghcr.io/maevsi/vibetype:9.1 .0
154+ image : ghcr.io/maevsi/vibetype:9.3 .0
155155 secrets :
156156 - source : vibetype_api-notification-secret
157157 target : /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET
You can’t perform that action at this time.
0 commit comments