update api prefix

This commit is contained in:
2026-03-02 22:46:47 +01:00
parent 181a9f6a4c
commit aa6c8724ef
+1 -1
View File
@@ -146,7 +146,7 @@ services:
- ./apps/catalog:/app
labels:
- "traefik.enable=true"
- "traefik.http.routers.catalog.rule=Host(`${WEBAPP_DOMAIN}`) && (PathPrefix(`/api`) || PathPrefix(`/file`))"
- "traefik.http.routers.catalog.rule=Host(`${WEBAPP_DOMAIN}`) && (PathPrefix(`/api`) || PathPrefix(`/file`) || PathPrefix(`/update`))"
- "traefik.http.routers.catalog.entrypoints=web"
- "traefik.http.routers.catalog.priority=10"
- "traefik.http.services.catalog.loadbalancer.server.port=80"