dfs
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-02-10 21:03:03 -06:00
parent e6ffa0420c
commit 52525a944b

View file

@ -5,15 +5,15 @@ services:
security_opt: security_opt:
- seccomp:unconfined #optional - seccomp:unconfined #optional
environment: environment:
- PUID=1001 - PUID=1964
- PGID=998 - PGID=1964
- TZ=America/Chicago - TZ=America/Chicago
- SUBFOLDER=/ #optional - SUBFOLDER=/ #optional
- TITLE=Webtop #optional - TITLE=Webtop #optional
networks: networks:
- netgrimoire - netgrimoire
volumes: volumes:
- /data/nfs/Baxter/Docker/Webtop:/config - /data/nfs/znas/Docker/Webtop:/config
# - /var/run/docker.sock:/var/run/docker.sock #optional # - /var/run/docker.sock:/var/run/docker.sock #optional
ports: ports:
- 3004:3000 - 3004:3000