remove bloat

This commit is contained in:
criz 2025-12-25 03:12:20 +01:00
parent 1bac7324ba
commit 32ad8cc155
6 changed files with 2 additions and 35 deletions

View file

@ -18,7 +18,6 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- '3000:3000' - '3000:3000'
- '222:22'
labels: labels:
tsdproxy.enable: "true" tsdproxy.enable: "true"
tsdproxy.name: "git" tsdproxy.name: "git"

View file

@ -16,5 +16,4 @@ services:
labels: labels:
tsdproxy.enable: "true" tsdproxy.enable: "true"
tsdproxy.name: "n8n" tsdproxy.name: "n8n"
tsdproxy.container_port: 3000
tsdproxy.funnel: "true" tsdproxy.funnel: "true"

View file

@ -1,14 +0,0 @@
services:
open-webui:
restart: always
ports:
- 3001:8080
volumes:
- ./open-webui:/app/backend/data
container_name: open-webui
image: ghcr.io/open-webui/open-webui:main
labels:
tsdproxy.enable: "true"
tsdproxy.name: "chat"
environment:
- WEBUI_URL=${WEBUI_URL}

View file

@ -1,12 +0,0 @@
services:
stirling-pdf:
container_name: stirling_pdf
image: stirlingtools/stirling-pdf:latest
restart: always
environment:
- DOCKER_ENABLE_SECURITY=false
labels:
tsdproxy.enable: "true"
tsdproxy.name: "pdf"
ports:
- 8080:8080

View file

@ -6,14 +6,10 @@ services:
container_name: tsdproxy container_name: tsdproxy
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- tsdproxydata:/data - ./data:/data
environment: environment:
# Get AuthKey from your Tailscale account # Get AuthKey from your Tailscale account
- TSDPROXY_AUTHKEY=${TSD_PROXY_AUTH} - TSDPROXY_AUTHKEY=${TSD_PROXY_AUTH}
# Address of docker server (access to example.com ports)
- TSDPROXY_HOSTNAME=${TSD_PROXY_HOSTNAME}
- DOCKER_HOST=unix:///var/run/docker.sock - DOCKER_HOST=unix:///var/run/docker.sock
restart: always restart: always
volumes:
tsdproxydata:

View file

@ -23,8 +23,7 @@
- n8n (automation with graphs, selfhosted zapier) - n8n (automation with graphs, selfhosted zapier)
- Beszel (Ressources monitoring) - Beszel (Ressources monitoring)
- Immich (google photos replacement) - Immich (google photos replacement)
- OpenWebUI (chatgpt UI replacement) - Bentopdf (ilovepdf.com replacement)
- StirlingPDF (ilovepdf.com replacement)
- AudiobookShelf (audibooks & podcasts) - AudiobookShelf (audibooks & podcasts)
- Affine (notes taking, obsidian replacement) - Affine (notes taking, obsidian replacement)
- Gotify (Simple notifcation system) - Gotify (Simple notifcation system)