Skip to content

Commit

Permalink
Old formatting for spec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
whompratt committed Oct 8, 2024
1 parent c368b96 commit 12a6b07
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions spec.yaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
name: claans
region: lon
domains:
- domain: claans.com
type: PRIMARY
- domain: claans.com
type: PRIMARY
services:
- name: api
dockerfile_path: Dockerfile
source_dir: .
github:
branch: main
deploy_on_push: true
repo: whompratt/claans_api
health_check:
http_path: /health_check
http_port: 8000
instance_count: 1
instance_size_slug: basic-xxs
envs:
- key: APP_APPLICATION__BASE_URL
scope: RUN_TIME
value: ${APP_URL}
- key: APP_DATABASE__USERNAME
scope: RUN_TIME
value: ${claans.USERNAME}
- key: APP_DATABASE__PASSWORD
scope: RUN_TIME
value: ${claans.PASSWORD}
- key: APP_DATABASE__HOST
scope: RUN_TIME
value: ${claans.HOSTNAME}
- key: APP_DATABASE__PORT
scope: RUN_TIME
value: ${claans.PORT}
- key: APP_DATABASE__DATABASE_NAME
scope: RUN_TIME
value: ${claans.DATABASE}
- name: claans-api
dockerfile_path: Dockerfile
source_dir: .
github:
branch: development
deploy_on_push: true
repo: whompratt/claans_api
health_check:
http_path: /health_check
http_port: 8000
instance_count: 1
instance_size_slug: basic-xxs
routes:
- path: /
envs:
- key: APP_APPLICATION__BASE_URL
scope: RUN_TIME
value: ${APP_URL}
- key: APP_DATABASE__USERNAME
scope: RUN_TIME
value: ${claans.USERNAME}
- key: APP_DATABASE__PASSWORD
scope: RUN_TIME
value: ${claans.PASSWORD}
- key: APP_DATABASE__HOST
scope: RUN_TIME
value: ${claans.HOSTNAME}
- key: APP_DATABASE__PORT
scope: RUN_TIME
value: ${claans.PORT}
- key: APP_DATABASE__DATABASE_NAME
scope: RUN_TIME
value: ${claans.DATABASE}
databases:
- name: claansdb
engine: PG
version: "16"
production: true
cluster_name: claansdb
db_name: claans
db_user: claans
- engine: PG
name: claans
num_nodes: 1
size: db-s-dev-database
version: "16"

0 comments on commit 12a6b07

Please sign in to comment.