mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-14 04:49:18 +02:00
Update images
This commit is contained in:
parent
43ac78bf57
commit
32693f4197
4 changed files with 17 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rattydave/docker-ubuntu-xrdp-mate-custom:20.04
|
||||
FROM rattydave/docker-ubuntu-xrdp-mate-custom:latest
|
||||
|
||||
RUN cd /etc/xrdp/ && \
|
||||
openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 3650 \
|
||||
|
|
|
@ -28,7 +28,7 @@ services:
|
|||
xrdp:
|
||||
container_name: xrdp
|
||||
hostname: xrdp
|
||||
image: bolkedebruin/docker-ubuntu-xrdp-mate-rdpgw:20.04
|
||||
image: bolkedebruin/docker-ubuntu-xrdp-mate-rdpgw:latest
|
||||
ports:
|
||||
- 3389:3389
|
||||
restart: on-failure
|
||||
|
@ -43,11 +43,12 @@ services:
|
|||
- 9443:9443
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- keycloak
|
||||
keycloak:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
RDPGW_SERVER__SESSION_STORE: file
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://keycloak:8080"]
|
||||
interval: 30s
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
|
|
|
@ -33,7 +33,7 @@ services:
|
|||
xrdp:
|
||||
container_name: xrdp
|
||||
hostname: xrdp
|
||||
image: bolkedebruin/docker-ubuntu-xrdp-mate-rdpgw:20.04
|
||||
image: bolkedebruin/docker-ubuntu-xrdp-mate-rdpgw:latest
|
||||
ports:
|
||||
- 3389:3389
|
||||
restart: on-failure
|
||||
|
@ -47,7 +47,8 @@ services:
|
|||
- 9443:9443
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- keycloak
|
||||
keycloak:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://keycloak:8080"]
|
||||
interval: 30s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue