From c3d8a264caaee099e5900994d0cba956484fa6f1 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Mon, 15 Jun 2026 14:18:18 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/compose.yaml b/compose.yaml index beaf65f..e48e05e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -68,6 +68,24 @@ services: # ports: # - 80:80 + code-server: + image: lscr.io/linuxserver/code-server:latest + container_name: code-server + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - PASSWORD=${PASSWORD_CODE} + - DEFAULT_WORKSPACE=/home/share/Repositories/Automation + volumes: + - /opt/01_admin/code/config:/config + - /home/share/Repositories/Automation:/home/share/Repositories/Automation + networks: + - bragi-local +# ports: +# - 8443:8443 + restart: unless-stopped + volumes: termix-data: driver: local