mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
build: update background worker container name and create app.json for heroku deployments
This commit is contained in:
parent
0bc33ab9c8
commit
5eea5529ed
16
app.json
Normal file
16
app.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Plane",
|
||||
"description": "Plane helps you track your issues, epics, and product roadmaps.",
|
||||
"repository": "http://github.com/makeplane/plane",
|
||||
"logo": "https://avatars.githubusercontent.com/u/115727700?s=200&v=4",
|
||||
"website": "https://plane.so/",
|
||||
"success_url": "/",
|
||||
"stack": "container",
|
||||
"keywords": ["plane", "project management", "django", "next"],
|
||||
"addons": ["heroku-postgresql:mini", "heroku-redis:mini"],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "https://github.com/heroku/heroku-buildpack-python.git"
|
||||
}
|
||||
]
|
||||
}
|
@ -74,7 +74,7 @@ services:
|
||||
|
||||
plane-worker:
|
||||
image: plane-api
|
||||
container_name: plane-bg
|
||||
container_name: plane-rqworker
|
||||
depends_on:
|
||||
- redis
|
||||
- db
|
||||
|
@ -17,4 +17,4 @@ release:
|
||||
run:
|
||||
plane-frontend: node apps/app/server.js
|
||||
plane-backend: ./apiserver/bin/takeoff
|
||||
plane-worker: python manage.py rqworker
|
||||
plane-rqworker: ./apiserver/bin/worker
|
Loading…
Reference in New Issue
Block a user