mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-16 20:37:01 +05:30
11 lines
160 B
TOML
11 lines
160 B
TOML
app = "golink-msfjarvis"
|
|
|
|
[build]
|
|
image = "ghcr.io/tailscale/golink:main"
|
|
|
|
[deploy]
|
|
strategy = "immediate"
|
|
|
|
[mounts]
|
|
source="golink_volume"
|
|
destination="/root"
|