jhgjg
This commit is contained in:
parent
509dcdc419
commit
bdbcaf16a4
1 changed files with 38 additions and 0 deletions
38
webtop.yaml
Normal file
38
webtop.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
webtop:
|
||||||
|
image: lscr.io/linuxserver/webtop:latest
|
||||||
|
container_name: webtop
|
||||||
|
# security_opt:
|
||||||
|
# - seccomp:unconfined #optional
|
||||||
|
environment:
|
||||||
|
- PUID=1001
|
||||||
|
- PGID=998
|
||||||
|
- TZ=America/Chicago
|
||||||
|
- SUBFOLDER=/ #optional
|
||||||
|
- TITLE=Webtop #optional
|
||||||
|
volumes:
|
||||||
|
- /data/nfs/Baxter/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
|
||||||
|
restart: unless-stopped
|
||||||
|
deploy:
|
||||||
|
labels:
|
||||||
|
- homepage.group=Remote Access
|
||||||
|
- homepage.name=webtop
|
||||||
|
- homepage.icon=webtop.png
|
||||||
|
- homepage.href=http://webtop.netgrimoire.com
|
||||||
|
- homepage.description=Remote XFCE
|
||||||
|
- kuma.sab.http.name="Webtop"
|
||||||
|
- kuma.sab.http.url=http://webtop:3000
|
||||||
|
- caddy=webtop.netgrimoire.com
|
||||||
|
- caddy.import=authentik
|
||||||
|
- caddy.reverse_proxy="{{upstreams 3000}}"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue