Changement Structure
This commit is contained in:
parent
e907a77e90
commit
010ee246dd
16 changed files with 9 additions and 6 deletions
19
Containers/TSDProxy/compose.yml
Normal file
19
Containers/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