my-runtipi/code-server/docker-compose.yml

14 lines
454 B
YAML
Raw Normal View History

2024-11-25 03:57:42 +00:00
services:
code-server:
environment:
2025-01-17 21:25:41 +00:00
PUID: "${HOST_UID}"
PGID: "${HOST_GID}"
2025-03-16 02:39:31 +00:00
UMASK: "${HOST_UMASK:-022}"
# See https://mods.linuxserver.io/?mod=code-server for the list of MODs available
DOCKER_MODS: "linuxserver/mods:universal-docker"
2024-11-25 03:57:42 +00:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /:/mnt/runtipi.host
labels:
2025-03-16 02:39:31 +00:00
traefik.http.routers.code-server.middlewares: authentik_sysmgr@file