cleanup | add includes for docker-compose files

This commit is contained in:
2026-03-30 03:40:39 +00:00
parent dfde1f48f5
commit 2a84d5a71e
8 changed files with 135 additions and 84 deletions

View File

@@ -10,20 +10,16 @@ services:
- TZ=America/New_York
- TITLE=Webtop #optional
dns:
- 10.0.0.11
- ${PIHOLE_SERVER}
shm_size: "1gb" #optional
volumes:
- /srv/webtop/config:/config
- ${WEBTOP_DATA}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: