Files
code-server-docker-compose/docker-compose.yml
2025-10-14 21:56:36 -04:00

72 lines
1.4 KiB
YAML

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: /containers/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: []