Add docker support to code server

This commit is contained in:
Lockszmith (@Kateryna) 2025-03-15 22:39:31 -04:00
parent 4491ff50ba
commit 12d235f031
1 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,12 @@ services:
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
traefik.http.routers.code-server.middlewares: authentik_sysmgr@file