added thunderbird and webtop

This commit is contained in:
2024-08-11 22:09:45 -07:00
parent 8ffe68bd6d
commit c3afaa644b
8 changed files with 91 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
---
version: '3.8'
services:
webtop:
image: ${WEBTOP_IMAGE:-lscr.io/linuxserver/webtop:debian-xfce}
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=${WEBTOP_PUID:-1000}
- PGID=${WEBTOP_PGID:-1000}
- TZ=${TZ:-America/Vancouver}
- TITLE=${WEBTOP_TITLE:-Webtop}
volumes:
- "${VOL_PATH:-/tmp}/webtop:/config"
ports:
- 3000:3000
- 3001:3001
shm_size: "4gb"
restart: unless-stopped