Compare commits

..

No commits in common. "bd80ed38fbaaed61a6d01ff1560aa1ccf4cf0537" and "5485eba4d0487d26f64bebdd378f0428fc287ec5" have entirely different histories.

2 changed files with 0 additions and 22 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.env

View File

@ -1,21 +0,0 @@
services:
ts:
image: 'tailscale/tailscale:latest'
hostname: $APPNAME
restart: 'always'
environment:
- "TS_AUTHKEY=$TS_AUTHKEY"
- "TS_EXTRA_ARGS=--advertise-tags=tag:container"
- "TS_USERSPACE=true"
- "TS_STATE_DIR=/var/lib/tailscale"
volumes:
- 'ts_state:/var/lib/tailscale'
svr:
build:
context: .
depends_on:
- 'ts'
restart: 'always'
network_mode: 'service:ts'
volumes:
ts_state: