First working version

This commit is contained in:
Max
2025-10-13 20:27:10 +02:00
parent ee9a77020c
commit 8aae094348
8 changed files with 377 additions and 2 deletions

19
.env Normal file
View File

@@ -0,0 +1,19 @@
UID=1000 # id -u
GID=1000 # id -g
HOST_USER=spyder # Container-Benutzername
HOST_GROUP=spyder # Container-Gruppe
# Container-interne Pfade
SPYDER_HOME=/home/spyder
SPYDER_WORKSPACE=/home/spyder/workspace
# Host-Verzeichnisse für Bind-Mounts (können relativ zum Projekt sein)
SPYDER_HOME_VOLUME=./spyder-home
SPYDER_WORKSPACE_VOLUME=./spyder-workspace
# Display- und Laufzeit-Details des Host-Systems
XDG_RUNTIME_DIR=/run/user/1000
WAYLAND_DISPLAY=wayland-1
DISPLAY=:0
DEBUG=1