build: create heroku.yml file
This commit is contained in:
parent
74d66cec6a
commit
7f91ad9285
1 changed files with 19 additions and 0 deletions
19
heroku.yml
Normal file
19
heroku.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
setup:
|
||||
addons:
|
||||
- plan: heroku-postgresql
|
||||
as: DATABASE
|
||||
- plan: heroku-redis
|
||||
as: REDIS
|
||||
config:
|
||||
env_file: .env
|
||||
build:
|
||||
docker:
|
||||
plane_web: ./apps/app/Dockerfile.web
|
||||
plane_api: ./apiserver/Dockerfile.api
|
||||
|
||||
release:
|
||||
plane_api: python manage.py migrate
|
||||
|
||||
run:
|
||||
plane_web: node apps/app/server.js
|
||||
plane_api: ./bin/takeoff
|
||||
Loading…
Add table
Add a link
Reference in a new issue