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

10 lines
276 B
YAML
Raw Normal View History

2024-11-25 03:57:42 +00:00
services:
code-server:
environment:
PUID: "${SZ_USER_UID}"
PGID: "${SZ_USER_GID}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /:/mnt/runtipi.host
labels:
traefik.http.routers.code-server.middlewares: authentik_sysmgr@file