#2 update
All checks were successful
Deploy / deploy (push) Successful in 23s

This commit is contained in:
Никита Круглицкий 2025-10-02 03:54:35 +06:00
parent b24a30314f
commit 6d4076969e

View File

@ -35,6 +35,7 @@ jobs:
docker run -d \ docker run -d \
--name chad-server \ --name chad-server \
--network traefik \ --network traefik \
-p 40000-40100:40000-40100/udp \
--label "traefik.enable=true" \ --label "traefik.enable=true" \
--label "traefik.http.routers.chad-server.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/chad\`)" \ --label "traefik.http.routers.chad-server.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/chad\`)" \
--label "traefik.http.routers.chad-server.entrypoints=websecure" \ --label "traefik.http.routers.chad-server.entrypoints=websecure" \