mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix(plane): entrypoint path
This commit is contained in:
@@ -114,7 +114,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ../bin/docker-entrypoint-api-local.sh
|
command: ../files/bin/docker-entrypoint-api-local.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- plane-db
|
- plane-db
|
||||||
- plane-redis
|
- plane-redis
|
||||||
@@ -128,7 +128,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ../bin/docker-entrypoint-worker.sh
|
command: ../files/bin/docker-entrypoint-worker.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
- plane-db
|
- plane-db
|
||||||
@@ -143,7 +143,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ../bin/docker-entrypoint-beat.sh
|
command: ../files/bin/docker-entrypoint-beat.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
- plane-db
|
- plane-db
|
||||||
@@ -158,7 +158,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ../bin/docker-entrypoint-migrator.sh --settings=plane.settings.local
|
command: ../files/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