2021-06-21 14:15:33 +02:00
|
|
|
spec:
|
2021-06-21 14:18:23 +02:00
|
|
|
name: unleash
|
2021-06-21 14:15:33 +02:00
|
|
|
services:
|
|
|
|
- name: unleash-server
|
|
|
|
git:
|
2022-06-16 13:54:40 +02:00
|
|
|
branch: main
|
2021-06-21 14:15:33 +02:00
|
|
|
repo_clone_url: https://github.com/Unleash/unleash.git
|
2021-06-21 14:55:41 +02:00
|
|
|
build_command: 'yarn build'
|
2021-06-21 19:15:42 +02:00
|
|
|
run_command: 'yarn start'
|
|
|
|
envs:
|
|
|
|
- key: DATABASE_URL
|
|
|
|
scope: RUN_TIME
|
|
|
|
value: ${unleash-db.DATABASE_URL}
|
|
|
|
- key: UNLEASH_URL
|
|
|
|
scope: RUN_TIME
|
|
|
|
value: ${APP_URL}
|
2021-06-21 14:15:33 +02:00
|
|
|
databases:
|
|
|
|
- name: unleash-db
|