-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfly.toml
More file actions
37 lines (31 loc) · 742 Bytes
/
Copy pathfly.toml
File metadata and controls
37 lines (31 loc) · 742 Bytes
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
app = 'atrib-archive'
primary_region = 'iad'
[build]
dockerfile = '../../services/archive-node/Dockerfile'
[env]
PORT = '3300'
HOST = '0.0.0.0'
ATRIB_ARCHIVE_ORIGIN = 'archive.atrib.dev'
ATRIB_ARCHIVE_PERSIST = '/data/archive.jsonl'
ATRIB_ARCHIVE_LOG_ENDPOINTS = 'https://log.atrib.dev/v1'
[[mounts]]
source = 'atrib_archive_data'
destination = '/data'
[http_service]
internal_port = 3300
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1
[[vm]]
size = 'shared-cpu-1x'
memory = '512mb'
[checks]
[checks.health]
port = 3300
type = 'http'
interval = '15s'
timeout = '2s'
grace_period = '5s'
method = 'GET'
path = '/v1/retention'