mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix(plane): entrypoint commands
This commit is contained in:
@@ -114,7 +114,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ../files/volumes/docker-entrypoint-api-local.sh
|
command: ./bin/docker-entrypoint-api-local.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- plane-db
|
- plane-db
|
||||||
- plane-redis
|
- plane-redis
|
||||||
@@ -123,7 +123,7 @@ services:
|
|||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.1}
|
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.1}
|
||||||
command: ../files/volumes/docker-entrypoint-worker.sh
|
command: ""
|
||||||
volumes:
|
volumes:
|
||||||
- logs_worker:/code/plane/logs
|
- logs_worker:/code/plane/logs
|
||||||
env_file:
|
env_file:
|
||||||
@@ -140,7 +140,7 @@ services:
|
|||||||
|
|
||||||
beat-worker:
|
beat-worker:
|
||||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.1}
|
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.1}
|
||||||
command: ../files/volumes/docker-entrypoint-beat.sh
|
command: ./bin/docker-entrypoint-beat.sh
|
||||||
volumes:
|
volumes:
|
||||||
- logs_beat-worker:/code/plane/logs
|
- logs_beat-worker:/code/plane/logs
|
||||||
env_file:
|
env_file:
|
||||||
@@ -162,7 +162,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ../files/volumes/docker-entrypoint-migrator.sh --settings=plane.settings.local
|
command: ./bin/docker-entrypoint-migrator.sh --settings=plane.settings.local
|
||||||
depends_on:
|
depends_on:
|
||||||
- plane-db
|
- plane-db
|
||||||
- plane-redis
|
- plane-redis
|
||||||
|
|||||||
Reference in New Issue
Block a user