added webtop-test again
This commit is contained in:
@@ -62,6 +62,7 @@ services:
|
||||
- 8777:8000 # http control
|
||||
- 8888:8888 # http proxy
|
||||
- 6901:6901 # debian xfce firefox
|
||||
- 3005:3000 # webtop-test
|
||||
- 3129:3129 # jdownloader
|
||||
- 5800:5800 # jdownloader]
|
||||
- 8282:8282 # qbittorrent
|
||||
@@ -240,6 +241,27 @@ services:
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/speedtesttracker/config:/config
|
||||
|
||||
webtop-test:
|
||||
image: lscr.io/linuxserver/webtop:latest
|
||||
container_name: webtop-test
|
||||
security_opt:
|
||||
- seccomp:unconfined #optional
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- TITLE=Webtop #optional
|
||||
volumes:
|
||||
- ./webtop/config:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock #optional
|
||||
depends_on:
|
||||
- gluetun
|
||||
network_mode: "service:gluetun"
|
||||
devices:
|
||||
- /dev/dri:/dev/dri #optional
|
||||
shm_size: "1gb" #optional
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
vpn:
|
||||
reverse-proxy:
|
||||
|
||||
Reference in New Issue
Block a user