mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-28 06:56:34 +00:00
Make config more docker friendly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user