fix: increase upload limits and timeouts for backup restoration

This commit is contained in:
Erik
2026-03-09 17:38:03 -03:00
parent 906e0d9456
commit f3d93a9546
3 changed files with 15 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ services:
- "traefik.http.routers.occto-frontend.entrypoints=websecure"
- "traefik.http.routers.occto-frontend.tls=true"
- "traefik.http.routers.occto-frontend.tls.certresolver=letsencrypt"
- "traefik.http.routers.occto-frontend.middlewares=limit-body"
- "traefik.http.middlewares.limit-body.buffering.maxRequestBodyBytes=104857600"
- "traefik.http.services.occto-frontend.loadbalancer.server.port=3000"
- "traefik.docker.network=dokploy-network"
networks: