-
Notifications
You must be signed in to change notification settings - Fork 0
/
spec.yaml
26 lines (26 loc) · 813 Bytes
/
spec.yaml
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
name: wehodlbtc
region: lon1
services:
- name: wehodlbtc
# relative to the repo root
dockerfile_path: Dockerfile
source_dir: .
github:
branch: master
# Deploy a new version on ever commit to "master"
# CI/CD
deploy_on_push: true
repo: Bayernatoor/btc_self_custody
# Active probe used by DO to ensure app is healthy
health_check:
# Path to health check endpoint
http_path: /server/health_check
# The port the application will be listening on for incoming requests
# Should match what we specified in configuration/producation.yaml
http_port: 8000
# For production go up to 2. 1 is fine for now
instance_count: 1
instance_size_slug: basic-xxs
# All incoming requests should be route to app
routes:
- path: /