mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-16 09:06:59 +05:30
golink: init
This commit is contained in:
parent
2f6a98eedb
commit
b8b9366555
1 changed files with 11 additions and 0 deletions
11
golink/fly.toml
Normal file
11
golink/fly.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
app = "golink-msfjarvis"
|
||||
|
||||
[build]
|
||||
image = "ghcr.io/tailscale/golink:main"
|
||||
|
||||
[deploy]
|
||||
strategy = "immediate"
|
||||
|
||||
[mounts]
|
||||
source="golink_volume"
|
||||
destination="/root"
|
Loading…
Add table
Add a link
Reference in a new issue