68 lines
1.2 KiB
TOML
68 lines
1.2 KiB
TOML
|
# fly.toml app configuration file generated for build-worker-kyoumanet-cdg on 2024-11-21T00:31:54+01:00
|
||
|
#
|
||
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||
|
#
|
||
|
|
||
|
app = 'build-worker-kyoumanet-cdg'
|
||
|
primary_region = 'cdg'
|
||
|
|
||
|
[build]
|
||
|
image = 'registry.fly.io/build-worker-kyoumanet:latest'
|
||
|
|
||
|
[processes]
|
||
|
bw-09 = '/entrypoint.sh'
|
||
|
bw-10 = '/entrypoint.sh'
|
||
|
bw-11 = '/entrypoint.sh'
|
||
|
|
||
|
[[mounts]]
|
||
|
source = 'bw09'
|
||
|
destination = '/mnt/data'
|
||
|
initial_size = '256GB'
|
||
|
processes = ['bw-09']
|
||
|
|
||
|
[[mounts]]
|
||
|
source = 'bw10'
|
||
|
destination = '/mnt/data'
|
||
|
initial_size = '256GB'
|
||
|
processes = ['bw-10']
|
||
|
|
||
|
[[mounts]]
|
||
|
source = 'bw11'
|
||
|
destination = '/mnt/data'
|
||
|
initial_size = '256GB'
|
||
|
processes = ['bw-11']
|
||
|
|
||
|
[[services]]
|
||
|
protocol = 'tcp'
|
||
|
internal_port = 2222
|
||
|
auto_stop_machines = 'off'
|
||
|
processes = ['bw-09']
|
||
|
|
||
|
[[services.ports]]
|
||
|
port = 2209
|
||
|
|
||
|
[[services]]
|
||
|
protocol = 'tcp'
|
||
|
internal_port = 2222
|
||
|
auto_stop_machines = 'off'
|
||
|
processes = ['bw-10']
|
||
|
|
||
|
[[services.ports]]
|
||
|
port = 2210
|
||
|
|
||
|
[[services]]
|
||
|
protocol = 'tcp'
|
||
|
internal_port = 2222
|
||
|
auto_stop_machines = 'off'
|
||
|
processes = ['bw-11']
|
||
|
|
||
|
[[services.ports]]
|
||
|
port = 2211
|
||
|
|
||
|
[[restart]]
|
||
|
policy = 'never'
|
||
|
|
||
|
[[vm]]
|
||
|
size = 'performance-16x'
|
||
|
memory = '96GB'
|