services: code-server: environment: PUID: "${HOST_UID}" PGID: "${HOST_GID}" UMASK: "${HOST_UMASK:-022}" # See https://mods.linuxserver.io/?mod=code-server for the list of MODs available DOCKER_MODS: "linuxserver/mods:universal-docker" volumes: - /var/run/docker.sock:/var/run/docker.sock - /:/mnt/runtipi.host labels: traefik.http.routers.code-server.middlewares: authentik_sysmgr@file