env prefix
All checks were successful
Deploy Backend / deploy (push) Successful in 34s

This commit is contained in:
Oscar
2026-06-04 15:40:35 +03:00
parent 52540658b4
commit 0a203d971e
3 changed files with 8 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ jobs:
docker run -d \
--name tmc-backend \
--network traefik \
-e PATH_PREFIX=/test-1 \
--label "traefik.enable=true" \
--label "traefik.http.routers.tmc-backend.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/test-1\`)" \
--label "traefik.http.routers.tmc-backend.entrypoints=websecure" \