update
Some checks failed
Deploy / deploy (push) Failing after 41s

This commit is contained in:
Никита Круглицкий
2025-10-09 22:53:20 +06:00
parent 8f2b9861c2
commit a49fe5fc53
3 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
docker run -d \
--name chad-server \
--network traefik \
--mount type=bind,src=/home/koptilnya/services/chad/database.db,dst=/app/prisma/database.db \
--volume /home/koptilnya/services/chad/data:/app/data
-p 40000-40100:40000-40100/udp \
--label "traefik.enable=true" \
--label "traefik.http.routers.chad-server.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/chad\`)" \