deploy
All checks were successful
Deploy / build (push) Successful in 22s

This commit is contained in:
Никита Круглицкий 2025-11-21 03:56:56 +06:00
parent fc6d0374aa
commit 48a441ed8e

View File

@ -33,7 +33,7 @@ jobs:
--name bpmn-api \
--network traefik \
--label "traefik.enable=true" \
--label "traefik.http.routers.bpmn-api.rule=Host(\`bpmn-api.koptilnya.xyz\`) && PathPrefix(\`/bpmn\`)" \
--label "traefik.http.routers.bpmn-api.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/bpmn\`)" \
--label "traefik.http.middlewares.bpmn-api.stripprefix.prefixes=/bpmn" \
--label "traefik.http.routers.bpmn-api.entrypoints=websecure" \
--label "traefik.http.routers.bpmn-api.tls.certresolver=myresolver" \