mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
build: create heroku.yml file
This commit is contained in:
parent
74d66cec6a
commit
7f91ad9285
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…
Reference in New Issue
Block a user