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 \ --name tmc-backend \
--network traefik \ --network traefik \
--label "traefik.enable=true" \ --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.entrypoints=websecure" \
--label "traefik.http.routers.tmc-backend.tls=true" \ --label "traefik.http.routers.tmc-backend.tls=true" \
--label "traefik.http.routers.tmc-backend.tls.certresolver=myresolver" \ --label "traefik.http.routers.tmc-backend.tls.certresolver=myresolver" \

View File

@@ -39,7 +39,7 @@ jobs:
--name tmc-frontend \ --name tmc-frontend \
--network traefik \ --network traefik \
--label "traefik.enable=true" \ --label "traefik.enable=true" \
--label "traefik.http.routers.chad-client.rule=Host(\`test-1.koptilnya.xyz\`)" \ --label "traefik.http.routers.tmc-frontend.rule=Host(\`test-1.koptilnya.xyz\`)" \
--label "traefik.http.routers.tmc-frontend.entrypoints=websecure" \ --label "traefik.http.routers.tmc-frontend.entrypoints=websecure" \
--label "traefik.http.routers.tmc-frontend.tls=true" \ --label "traefik.http.routers.tmc-frontend.tls=true" \
--label "traefik.http.routers.tmc-frontend.tls.certresolver=myresolver" \ --label "traefik.http.routers.tmc-frontend.tls.certresolver=myresolver" \