Updated planes yml
This commit is contained in:
@@ -20,6 +20,7 @@ services:
|
||||
image: makeplane/plane-backend:stable
|
||||
container_name: plane-api
|
||||
restart: unless-stopped
|
||||
command: /code/bin/docker-entrypoint-api.sh
|
||||
environment:
|
||||
- DEBUG=0
|
||||
- DJANGO_SETTINGS_MODULE=plane.settings.production
|
||||
@@ -45,7 +46,7 @@ services:
|
||||
image: makeplane/plane-backend:stable
|
||||
container_name: plane-worker
|
||||
restart: unless-stopped
|
||||
command: ./bin/worker
|
||||
command: /code/bin/docker-entrypoint-worker.sh
|
||||
environment:
|
||||
- DEBUG=0
|
||||
- DJANGO_SETTINGS_MODULE=plane.settings.production
|
||||
@@ -68,7 +69,7 @@ services:
|
||||
image: makeplane/plane-backend:stable
|
||||
container_name: plane-beat-worker
|
||||
restart: unless-stopped
|
||||
command: ./bin/beat
|
||||
command: /code/bin/docker-entrypoint-beat.sh
|
||||
environment:
|
||||
- DEBUG=0
|
||||
- DJANGO_SETTINGS_MODULE=plane.settings.production
|
||||
|
||||
Reference in New Issue
Block a user