fix: remove version specification from docker-compose and update browserless image
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 15s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 15s
This commit is contained in:
parent
4601dbcfc7
commit
aa8074d870
@ -1,5 +1,3 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
external: true
|
external: true
|
||||||
@ -32,7 +30,6 @@ services:
|
|||||||
- "traefik.http.routers.recipesage.service=recipesage-svc"
|
- "traefik.http.routers.recipesage.service=recipesage-svc"
|
||||||
|
|
||||||
# --- 2. Public Share Bypass Router (Priority 20) ---
|
# --- 2. Public Share Bypass Router (Priority 20) ---
|
||||||
# Bypasses Authentik for public share links, shared profile routes, and media assets
|
|
||||||
- "traefik.http.routers.recipesage-public.rule=Host(`${DOMAIN_NAME}`) && (PathPrefix(`/share`) || PathPrefix(`/p/`) || PathPrefix(`/api/v1/share`) || PathPrefix(`/assets/`))"
|
- "traefik.http.routers.recipesage-public.rule=Host(`${DOMAIN_NAME}`) && (PathPrefix(`/share`) || PathPrefix(`/p/`) || PathPrefix(`/api/v1/share`) || PathPrefix(`/assets/`))"
|
||||||
- "traefik.http.routers.recipesage-public.entrypoints=websecure"
|
- "traefik.http.routers.recipesage-public.entrypoints=websecure"
|
||||||
- "traefik.http.routers.recipesage-public.tls=true"
|
- "traefik.http.routers.recipesage-public.tls=true"
|
||||||
@ -80,7 +77,7 @@ services:
|
|||||||
- recipesage-internal
|
- recipesage-internal
|
||||||
|
|
||||||
browserless:
|
browserless:
|
||||||
image: browserless/chrome:1.53.0-puppeteer-10.1.0
|
image: ghcr.io/browserless/chromium:latest
|
||||||
container_name: recipesage_browserless
|
container_name: recipesage_browserless
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user