Remove Docker and Tailscale configurations
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"TCP": {
|
|
||||||
"443": {
|
|
||||||
"HTTPS": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Web": {
|
|
||||||
"dsa-tutoring-1.tail8f43b.ts.net:443": {
|
|
||||||
"Handlers": {
|
|
||||||
"/": {
|
|
||||||
"Path": "/shared"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AllowFunnel": {
|
|
||||||
"dsa-tutoring-1.tail8f43b.ts.net:443": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
services:
|
|
||||||
tailscale:
|
|
||||||
image: tailscale/tailscale:stable
|
|
||||||
container_name: tailscale-dsa-tutoring
|
|
||||||
hostname: dsa-tutoring
|
|
||||||
environment:
|
|
||||||
- TS_AUTHKEY=${TS_AUTHKEY}
|
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
|
||||||
- TS_SERVE_CONFIG=/config/tailscale-serve-config.json
|
|
||||||
volumes:
|
|
||||||
- tailscale-dsa-tutoring-state:/var/lib/tailscale
|
|
||||||
- /dev/net/tun:/dev/net/tun # shared interface across all Tailscale instances
|
|
||||||
- ./config:/config
|
|
||||||
- ./shared:/shared
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
- SYS_MODULE
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
tailscale-dsa-tutoring-state:
|
|
||||||
Reference in New Issue
Block a user