Compare commits
No commits in common. "bd80ed38fbaaed61a6d01ff1560aa1ccf4cf0537" and "5485eba4d0487d26f64bebdd378f0428fc287ec5" have entirely different histories.
bd80ed38fb
...
5485eba4d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
.env
|
||||
@ -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:
|
||||
Loading…
Reference in New Issue
Block a user