code-server Added

This commit is contained in:
Lockszmith (@kateryna) 2024-11-24 22:57:42 -05:00
parent c453f96213
commit e00c04b131
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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

View File

@ -0,0 +1,14 @@
{
"folders": [
{
"path": "../../../dockge/stacks"
},
{
"path": ".."
},
{
"path": "../.."
}
],
"settings": {}
}