Update images

This commit is contained in:
Bolke de Bruin 2024-03-18 12:07:56 +01:00
parent 43ac78bf57
commit 32693f4197
4 changed files with 17 additions and 7 deletions

View file

@ -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 \

View file

@ -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

View file

@ -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