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

@ -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: