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