mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
build: create heroku.yml file
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user