fix docker build

This commit is contained in:
Krzysztof Adamski
2021-12-22 08:16:40 +01:00
parent e5e888ec7c
commit 7f56569d42
2 changed files with 16 additions and 3 deletions

View File

@@ -34,3 +34,15 @@ services:
- ${PWD}/xrdp_users.txt:/root/createusers.txt
environment:
TZ: "Europe/Amsterdam"
rdpgw:
build: .
ports:
- 9443:9443
restart: on-failure
depends_on:
- keycloak
healthcheck:
test: ["CMD", "curl", "-f", "http://keycloak:8080"]
interval: 30s
timeout: 10s
retries: 10