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
ports:
- '3000:3000'
- '222:22'
labels:
tsdproxy.enable: "true"
tsdproxy.name: "git"

View file

@ -16,5 +16,4 @@ services:
labels:
tsdproxy.enable: "true"
tsdproxy.name: "n8n"
tsdproxy.container_port: 3000
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
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- tsdproxydata:/data
- ./data:/data
environment:
# Get AuthKey from your Tailscale account
- 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
restart: always
volumes:
tsdproxydata: