remove bloat
This commit is contained in:
parent
1bac7324ba
commit
32ad8cc155
6 changed files with 2 additions and 35 deletions
|
|
@ -18,7 +18,6 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- '3000:3000'
|
||||
- '222:22'
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "git"
|
||||
|
|
|
|||
|
|
@ -16,5 +16,4 @@ services:
|
|||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "n8n"
|
||||
tsdproxy.container_port: 3000
|
||||
tsdproxy.funnel: "true"
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -23,8 +23,7 @@
|
|||
- n8n (automation with graphs, selfhosted zapier)
|
||||
- Beszel (Ressources monitoring)
|
||||
- Immich (google photos replacement)
|
||||
- OpenWebUI (chatgpt UI replacement)
|
||||
- StirlingPDF (ilovepdf.com replacement)
|
||||
- Bentopdf (ilovepdf.com replacement)
|
||||
- AudiobookShelf (audibooks & podcasts)
|
||||
- Affine (notes taking, obsidian replacement)
|
||||
- Gotify (Simple notifcation system)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue