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

This commit is contained in:
Oscar
2026-06-04 15:31:07 +03:00
parent 70f692b7d8
commit 26216672a8
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.chad-server.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/test-1\`)" \
--label "traefik.http.routers.tmc-backend.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" \