We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34682c commit 1d607bbCopy full SHA for 1d607bb
1 file changed
docker-compose.production.yml
@@ -44,7 +44,7 @@ services:
44
- traefik.http.services.prostaff-api.loadbalancer.server.port=3000
45
- traefik.http.services.prostaff-api.loadbalancer.healthcheck.path=/up
46
- traefik.http.services.prostaff-api.loadbalancer.healthcheck.interval=10s
47
- - traefik.http.services.prostaff-api.loadbalancer.healthcheck.timeout=3s
+ - traefik.http.services.prostaff-api.loadbalancer.healthcheck.timeout=10s
48
49
# HTTP to HTTPS Redirect
50
- traefik.http.routers.prostaff-api-http.rule=Host(`api.prostaff.gg`)
@@ -81,9 +81,9 @@ services:
81
- CMD-SHELL
82
- 'curl -f http://localhost:3000/up || exit 1'
83
interval: 10s
84
- timeout: 3s
+ timeout: 10s
85
retries: 3
86
- start_period: 40s
+ start_period: 60s
87
88
depends_on:
89
redis:
0 commit comments