mirror of
https://github.com/kristoferssolo/zero2prod.git
synced 2025-10-21 20:10:40 +00:00
18 lines
357 B
YAML
18 lines
357 B
YAML
name: zero2prod
|
|
region: ams3
|
|
services:
|
|
- name: zero2prod
|
|
dockerfile_path: Dockerfile
|
|
source_dir: .
|
|
github:
|
|
branch: main
|
|
deploy_on_push: true
|
|
repo: kristoferssolo/zero2prod
|
|
health_check:
|
|
http_path: /health_check
|
|
http_port: 8000
|
|
instance_count: 1
|
|
instance_size_slug: basic-xxs
|
|
routes:
|
|
- path: /
|