-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfly.toml
64 lines (47 loc) · 907 Bytes
/
fly.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# fly.toml file generated for jphenow-valheim-test on 2022-04-09T09:44:17-05:00
app = "fly-valheim"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
BACKUPS = "false"
SERVER_NAME = "fly-valheim"
SERVER_PASS = "FlyValheim"
SERVER_PORT = "3456"
WORLD_NAME = "FlyValheim"
[experimental]
allowed_public_ports = []
auto_rollback = true
[mounts]
destination = "/volume"
source = "flyvalheim"
[[services]]
internal_port = 2456
protocol = "udp"
[[services.ports]]
port = 2456
[[services]]
internal_port = 2457
protocol = "udp"
[[services.ports]]
port = 2457
[[services]]
internal_port = 2458
protocol = "udp"
[[services.ports]]
port = 2458
[[services]]
internal_port = 2456
protocol = "tcp"
[[services.ports]]
port = 2456
[[services]]
internal_port = 2457
protocol = "tcp"
[[services.ports]]
port = 2457
[[services]]
internal_port = 2458
protocol = "tcp"
[[services.ports]]
port = 2458