Skip to content

Commit 64ba87b

Browse files
committed
feat(vibetype): upgrade to v11.0.0-beta.1
1 parent 881738b commit 64ba87b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/development/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ services:
250250
deploy:
251251
labels:
252252
- traefik.enable=true
253-
- traefik.http.middlewares.postgraphile_auth.forwardauth.address=http://vibetype:3000/api/auth-proxy
253+
- traefik.http.middlewares.postgraphile_auth.forwardauth.address=http://vibetype:3000/api/service/traefik/authentication
254254
- traefik.http.middlewares.postgraphile_auth.forwardauth.forwardBody=true
255255
- traefik.http.middlewares.postgraphile_cors.headers.accessControlAllowHeaders=authorization,baggage,content-type,sentry-trace,x-turnstile-key
256256
- traefik.http.middlewares.postgraphile_cors.headers.accessControlAllowOriginList=*
@@ -419,7 +419,7 @@ services:
419419
- ./configurations/traefik/dynamic.yml:/dynamic.yml:ro #DARGSTACK-REMOVE
420420
tusd:
421421
# You can access the upload service at [tusd.localhost](https://tusd.localhost/).
422-
command: -behind-proxy --hooks-enabled-events pre-create,pre-finish,post-terminate --hooks-http http://vibetype:3000/api/tusd -max-size ${TUSD_MAX_SIZE} -s3-bucket ${TUSD_BUCKET} -s3-endpoint ${TUSD_ENDPOINT}
422+
command: -behind-proxy --hooks-enabled-events pre-create,pre-finish,post-terminate --hooks-http http://vibetype:3000/api/service/tusd -max-size ${TUSD_MAX_SIZE} -s3-bucket ${TUSD_BUCKET} -s3-endpoint ${TUSD_ENDPOINT}
423423
deploy:
424424
labels:
425425
- traefik.enable=true

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:10.17.0
130+
image: ghcr.io/maevsi/vibetype:11.0.0-beta.1
131131
user: (( prune ))
132132
vibetype_beta:
133133
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).

0 commit comments

Comments
 (0)