upd
All checks were successful
Deploy Backend / deploy (push) Successful in 20s
Deploy Frontend / deploy (push) Successful in 1m42s

This commit is contained in:
Oscar
2026-06-04 15:24:58 +03:00
parent 5b14b5f997
commit 8c59c2be32
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
--name tmc-backend \
--network traefik \
--label "traefik.enable=true" \
--label "traefik.http.routers.tmc-backend.rule=Host(\`${{ vars.BACKEND_HOST }}\`)" \
--label "traefik.http.routers.chad-server.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/test-1\`)" \
--label "traefik.http.routers.tmc-backend.entrypoints=websecure" \
--label "traefik.http.routers.tmc-backend.tls=true" \
--label "traefik.http.routers.tmc-backend.tls.certresolver=myresolver" \