Skip to content
Snippets Groups Projects
Commit cb7f09de authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Reduce intervals

parent 1006f2ba
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ services: ...@@ -21,7 +21,7 @@ services:
restart: on-failure restart: on-failure
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"] test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
interval: 30s interval: 10s
timeout: 3s timeout: 3s
retries: 10 retries: 10
start_period: 5s start_period: 5s
...@@ -38,6 +38,8 @@ services: ...@@ -38,6 +38,8 @@ services:
TZ: "Europe/Amsterdam" TZ: "Europe/Amsterdam"
rdpgw: rdpgw:
container_name: rdpgw container_name: rdpgw
hostname: rdpgw
image: bolkedebruin/rdpgw:latest
build: . build: .
ports: ports:
- 9443:9443 - 9443:9443
......
...@@ -26,7 +26,7 @@ services: ...@@ -26,7 +26,7 @@ services:
- --http-relative-path=/auth - --http-relative-path=/auth
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"] test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
interval: 30s interval: 10s
timeout: 3s timeout: 3s
retries: 10 retries: 10
start_period: 5s start_period: 5s
...@@ -51,6 +51,6 @@ services: ...@@ -51,6 +51,6 @@ services:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://keycloak:8080"] test: ["CMD", "curl", "-f", "http://keycloak:8080"]
interval: 30s interval: 10s
timeout: 10s timeout: 10s
retries: 10 retries: 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment