Make config more docker friendly

This commit is contained in:
Bolke de Bruin
2022-08-16 14:52:22 +02:00
parent 3ca05cbf16
commit 40d9cdda57
6 changed files with 140 additions and 24 deletions

View File

@@ -44,6 +44,8 @@ services:
restart: on-failure
depends_on:
- keycloak
environment:
RDPGW_SERVER__SESSION_STORE: file
healthcheck:
test: ["CMD", "curl", "-f", "http://keycloak:8080"]
interval: 30s