mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: entrypoint paths
This commit is contained in:
parent
9a6c0310f5
commit
73e056ae2e
@ -96,7 +96,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ./bin/docker-entrypoint-api-local.sh
|
command: bin/docker-entrypoint-api-local.sh
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- plane-db
|
- plane-db
|
||||||
@ -109,7 +109,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ./bin/docker-entrypoint-worker.sh
|
command: bin/docker-entrypoint-worker.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
- plane-db
|
- plane-db
|
||||||
@ -122,7 +122,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ./bin/docker-entrypoint-beat.sh
|
command: bin/docker-entrypoint-beat.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
- plane-db
|
- plane-db
|
||||||
@ -135,7 +135,7 @@ services:
|
|||||||
- dev_env
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- apiserver:/code
|
- apiserver:/code
|
||||||
command: ./bin/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
|
||||||
|
Loading…
Reference in New Issue
Block a user