Update compose.yml

This commit is contained in:
fiatcode 2026-03-26 10:53:12 +01:00
parent a2c5aca764
commit dcbb8cc9ad

View file

@ -27,7 +27,7 @@ services:
max-file: '3' max-file: '3'
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.kuwot-api.rule=Host(`api.dhemasnurjaya.com`) && PathPrefix(`/kuwot/v1`)" - "traefik.http.routers.kuwot-api.rule=Host(`api.fiatcode.dev`) && PathPrefix(`/kuwot/v1`)"
- "traefik.http.routers.kuwot-api.entrypoints=web-secure" - "traefik.http.routers.kuwot-api.entrypoints=web-secure"
- "traefik.http.routers.kuwot-api.tls.certresolver=defaultResolver" - "traefik.http.routers.kuwot-api.tls.certresolver=defaultResolver"
- "traefik.http.routers.kuwot-api.middlewares=strip-prefix@file" - "traefik.http.routers.kuwot-api.middlewares=strip-prefix@file"