This commit is contained in:
Yann Autissier
2022-11-27 02:33:21 +00:00
committed by Boris
parent c6a5e9cb00
commit 2b20a33133
40 changed files with 564 additions and 88 deletions
-6
View File
@@ -1,6 +0,0 @@
VDI_ECRYPTERS=
VDI_LANG=${LANG}
VDI_PORT=8260
VDI_SUDOERS=
VDI_TZ=UTC
VDI_USERS=${USER}
+4
View File
@@ -0,0 +1,4 @@
VDI_LANG ?= C.UTF-8
VDI_PORT ?= 123
VDI_TZ ?= UTC
VDI_USERS ?= $(USER)
@@ -5,7 +5,8 @@ services:
build:
args:
- DOCKER_BUILD_DIR=docker/x2go/xfce-debian
- SSH_PORT=${VDI_PORT:-22}
- DOCKER_GID=${DOCKER_GID:-}
- SSH_PORT=${SSH_PORT:-22}
context: ../..
dockerfile: docker/x2go/xfce-debian/Dockerfile
cap_add:
@@ -18,7 +19,7 @@ services:
- DEBUG=${VDI_DEBUG:-}
- ECRYPTERS=${VDI_ECRYPTERS:-}
- LANG=${VDI_LANG:-}
- SSH_PORT=${VDI_PORT:-22}
- SSH_PORT=${SSH_PORT:-22}
- SSH_PUBLIC_HOSTS=${SSH_PUBLIC_HOSTS:-}
- SUDOERS=${VDI_SUDOERS:-}
- TZ=${VDI_TZ:-}
@@ -28,7 +29,7 @@ services:
- private
- public
ports:
- ${SSH_PORT}
- ${VDI_PORT}:${SSH_PORT}
restart: unless-stopped
security_opt:
- apparmor=unconfined # ecryptfs