Change the name of the container and host
All checks were successful
Deploy to Homelab / deploy (push) Successful in 6s
All checks were successful
Deploy to Homelab / deploy (push) Successful in 6s
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Web": {
|
"Web": {
|
||||||
"static.tail8f43b.ts.net:443": {
|
"dsa-tutoring.tail8f43b.ts.net:443": {
|
||||||
"Handlers": {
|
"Handlers": {
|
||||||
"/": {
|
"/": {
|
||||||
"Path": "/shared"
|
"Path": "/shared"
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowFunnel": {
|
"AllowFunnel": {
|
||||||
"static.tail8f43b.ts.net:443": true
|
"dsa-tutoring.tail8f43b.ts.net:443": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
services:
|
services:
|
||||||
tailscale:
|
tailscale:
|
||||||
image: tailscale/tailscale:stable
|
image: tailscale/tailscale:stable
|
||||||
container_name: tailscale-static
|
container_name: tailscale-dsa-tutoring
|
||||||
hostname: static
|
hostname: dsa-tutoring
|
||||||
environment:
|
environment:
|
||||||
- TS_AUTHKEY=${TS_AUTHKEY}
|
- TS_AUTHKEY=${TS_AUTHKEY}
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
- TS_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_SERVE_CONFIG=/config/tailscale-serve-config.json
|
- TS_SERVE_CONFIG=/config/tailscale-serve-config.json
|
||||||
volumes:
|
volumes:
|
||||||
- tailscale-static-state:/var/lib/tailscale
|
- tailscale-dsa-tutoring-state:/var/lib/tailscale
|
||||||
- /dev/net/tun:/dev/net/tun # shared interface across all Tailscale instances
|
- /dev/net/tun:/dev/net/tun # shared interface across all Tailscale instances
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- ./shared:/shared
|
- ./shared:/shared
|
||||||
@@ -19,4 +19,4 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
tailscale-static-state:
|
tailscale-dsa-tutoring-state:
|
||||||
|
|||||||
Reference in New Issue
Block a user