Changement Structure

This commit is contained in:
criz 2025-09-03 00:55:53 +02:00
parent e907a77e90
commit 010ee246dd
16 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1,19 @@
services:
## tsdproxy
tsdproxy:
image: almeidapaulopt/tsdproxy:latest
container_name: tsdproxy
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- tsdproxydata:/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: