Merge pull request 'update compose.yml' (#2) from update-traefik-host-label into main

Reviewed-on: https://codeberg.org/fiatcode/kuwot-api/pulls/2
This commit is contained in:
fiatcode 2026-03-26 10:54:12 +01:00
commit 95f4439ef1

View file

@ -27,7 +27,7 @@ services:
max-file: '3'
labels:
- "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.tls.certresolver=defaultResolver"
- "traefik.http.routers.kuwot-api.middlewares=strip-prefix@file"