readme
This commit is contained in:
commit
a64e32ffe0
14 changed files with 339 additions and 0 deletions
19
TSDProxy/compose.yml
Normal file
19
TSDProxy/compose.yml
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue