testing webtop on vpn

This commit is contained in:
2024-04-14 09:42:38 -05:00
parent 2e908c9e52
commit d08f721175

View File

@@ -62,6 +62,7 @@ services:
- 8777:8000 # http control
- 8888:8888 # http proxy
- 6901:6901 # debian xfce firefox
- 3004:3001 # webtop
- 3129:3129 # jdownloader
- 5800:5800 # jdownloader]
- 8282:8282 # qbittorrent
@@ -240,6 +241,27 @@ services:
volumes:
- ${DOCKER_CONFIGS}/speedtesttracker/config:/config
webtop:
container_name: webtop
image: lscr.io/linuxserver/webtop:debian-xfce
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- CUSTOM_USER=akanealw
- PASSWORD=kai5okee4quoy4cool7aeV8Muivait
- TITLE=Webtop
networks:
- reverse-proxy
security_opt:
- seccomp:unconfined
shm_size: 1gb
restart: unless-stopped
volumes:
- ${DOCKER_CONFIGS}/webtop/config:/config
- ${DOCKER_CONFIGS}/webtop/scripts:/custom-cont-init.d:ro
# - /var/run/docker.sock:/var/run/docker.sock
networks:
vpn:
reverse-proxy: