mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-14 04:49:18 +02:00
Reduce intervals
This commit is contained in:
parent
1006f2bac9
commit
cb7f09debb
2 changed files with 5 additions and 3 deletions
|
@ -21,7 +21,7 @@ services:
|
|||
restart: on-failure
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
|
||||
interval: 30s
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 10
|
||||
start_period: 5s
|
||||
|
@ -38,6 +38,8 @@ services:
|
|||
TZ: "Europe/Amsterdam"
|
||||
rdpgw:
|
||||
container_name: rdpgw
|
||||
hostname: rdpgw
|
||||
image: bolkedebruin/rdpgw:latest
|
||||
build: .
|
||||
ports:
|
||||
- 9443:9443
|
||||
|
|
|
@ -26,7 +26,7 @@ services:
|
|||
- --http-relative-path=/auth
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
|
||||
interval: 30s
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 10
|
||||
start_period: 5s
|
||||
|
@ -51,6 +51,6 @@ services:
|
|||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://keycloak:8080"]
|
||||
interval: 30s
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue