fds
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-03-18 22:06:20 -05:00
parent f0a7ad418a
commit 9ec865c5f1

View file

@ -3,24 +3,27 @@ services:
image: lscr.io/linuxserver/webtop:debian-xfce image: lscr.io/linuxserver/webtop:debian-xfce
container_name: webtop container_name: webtop
security_opt: security_opt:
- seccomp:unconfined #optional - seccomp:unconfined
environment: environment:
- PUID=1964 - PUID=1964
- PGID=1964 - PGID=1964
- TZ=America/Chicago - TZ=America/Chicago
- SUBFOLDER=/ #optional - SUBFOLDER=/
- TITLE=Webtop #optional - TITLE=Webtop
- DRINODE=/dev/dri/renderD128
- DISPLAY_WIDTH=1920
- DISPLAY_HEIGHT=1080
- DISPLAY_REFRESH=60
networks: networks:
- netgrimoire - netgrimoire
volumes: volumes:
- /data/nfs/znas/Docker/Webtop:/config - /data/nfs/znas/Docker/Webtop:/config
# - /var/run/docker.sock:/var/run/docker.sock #optional
ports: ports:
- 3004:3000 - 3004:3000
- 3005:3001 - 3005:3001
devices: devices:
- /dev/dri:/dev/dri #optional - /dev/dri:/dev/dri
shm_size: "1gb" #optional shm_size: "1gb"
restart: unless-stopped restart: unless-stopped
labels: labels:
- homepage.group=Remote Access - homepage.group=Remote Access
@ -36,5 +39,4 @@ services:
networks: networks:
netgrimoire: netgrimoire:
external: true external: true