adding all my compose files

This commit is contained in:
2026-03-29 02:37:51 +00:00
parent 76852b403b
commit 07b2f20ca9
30 changed files with 1012 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# webtop -- https://docs.linuxserver.io/images/docker-webtop/#lossless-mode
---
services:
webtop:
image: lscr.io/linuxserver/webtop:latest
container_name: webtop
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- TITLE=Webtop #optional
dns:
- 10.0.0.11
shm_size: "1gb" #optional
volumes:
- /srv/webtop/config:/config
ports:
- 7978:3000
- 7979:3001
networks:
- frontend
labels:
- traefik.enable=true
- traefik.http.routers.nginx-http.rule=Host(`webtop.wompmacho.com`)
- traefik.http.routers.nginx-http.entrypoints=web
restart: unless-stopped
networks:
frontend:
external: true