Merge branch 'main' of https://gitea.tail8f43b.ts.net/brendan/homelab-dsa-tutoring
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"Web": {
|
||||
"static.tail8f43b.ts.net:443": {
|
||||
"Handlers": {
|
||||
"/data-structures-tutoring": {
|
||||
"Path": "/shared/data-structures-tutoring"
|
||||
"/": {
|
||||
"Path": "/shared"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
- TS_STATE_DIR=/var/lib/tailscale
|
||||
- TS_SERVE_CONFIG=/config/tailscale-serve-config.json
|
||||
volumes:
|
||||
- tailscale-jellyfin-state:/var/lib/tailscale
|
||||
- tailscale-static-state:/var/lib/tailscale
|
||||
- /dev/net/tun:/dev/net/tun # shared interface across all Tailscale instances
|
||||
- ./config:/config
|
||||
- ./shared:/shared
|
||||
@@ -18,3 +18,5 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
volumes:
|
||||
tailscale-static-state:
|
||||
Reference in New Issue
Block a user