From 94aff07cdf8e0aeb7e6ca030c26f12ed689ac48b Mon Sep 17 00:00:00 2001 From: maxscout Date: Tue, 14 Oct 2025 21:52:31 -0400 Subject: [PATCH] Upload files to "/" --- compose.yaml | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..9274b0e --- /dev/null +++ b/compose.yaml @@ -0,0 +1,71 @@ +services: + code-server-lip: + deploy: + resources: + limits: + cpus: '6' + memory: 8192M + environment: + DOCKER_MODS: >- + linuxserver/mods:universal-git | + linuxserver/mods:universal-package-install + INSTALL_PACKAGES: build-essential | python3 | neovim | ninja-build | gettext | cmake | clang + NVIDIA_VISIBLE_DEVICES: void + PGID: '1000' + PUID: '1000' + TZ: America/New_York + VSCODE_PROXY_URI: ./p/{{port}} + env_file: + - stack.env + group_add: + - 568 + image: linuxserver/code-server:latest + platform: linux/amd64 + ports: + - mode: ingress + protocol: tcp + published: 30499 + target: 8443 + privileged: True + pull_policy: missing + restart: 'always' + stdin_open: False + tty: False + volumes: + - bind: + create_host_path: False + propagation: rprivate + read_only: False + source: /home/lip/Desktop/code-server/config + target: /config + type: bind +volumes: {} +x-notes: >+ + # iX App + + + ## Security + + + ### Container: [code-server-lip] + + + - Is running with privileged mode enabled + + - Is running as unknown user + + - Is running as unknown group + + - Is running without [no-new-privileges] security option + + + ## Bug Reports and Feature Requests + + + If you find a bug in this app or have an idea for a new feature, please file + an issue at + + https://github.com/truenas/apps + +x-portals: [] +