fix docs deploy
All checks were successful
Build Docs / changes (push) Successful in 4s
Build Docs / build-docs (push) Successful in 35s
Build Docs / deploy-docs (push) Successful in 3s

This commit is contained in:
Alexander Kalinovsky
2025-03-01 15:28:49 +07:00
parent 5690a4ba12
commit 518d7a4856

View File

@@ -8,7 +8,7 @@ services:
- traefik.enable=true
- traefik.docker.network=traefik-public
- traefik.constraint-label=traefik-public
- traefik.http.services.${STACK_NAME?Variable not set}.loadbalancer.server.port=8000
- traefik.http.services.${STACK_NAME?Variable not set}.loadbalancer.server.port=8080
- traefik.http.routers.${STACK_NAME?Variable not set}.rule=Host(`${DOMAIN?Variable not set}`)
- traefik.http.routers.${STACK_NAME?Variable not set}.entrypoints=websecure
- traefik.http.routers.${STACK_NAME?Variable not set}.tls=true