mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
19 lines
423 B
YAML
19 lines
423 B
YAML
spec:
|
|
name: unleash
|
|
services:
|
|
- name: unleash-server
|
|
git:
|
|
branch: master
|
|
repo_clone_url: https://github.com/Unleash/unleash.git
|
|
build_command: 'yarn build'
|
|
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}
|
|
databases:
|
|
- name: unleash-db
|