chore: docker entry file name changes

This commit is contained in:
sriram veeraghanta 2024-05-22 12:46:19 +05:30
parent 639d24bd5a
commit a644d38218
8 changed files with 12 additions and 12 deletions

View file

@ -97,7 +97,7 @@ services:
- dev_env
volumes:
- ./apiserver:/code
command: ./bin/docker-entry-api.sh
command: ./bin/docker-entrypoint-api.sh
env_file:
- ./apiserver/.env
depends_on:
@ -115,7 +115,7 @@ services:
- dev_env
volumes:
- ./apiserver:/code
command: ./bin/docker-entry-worker.sh
command: ./bin/docker-entrypoint-worker.sh
env_file:
- ./apiserver/.env
depends_on:
@ -134,7 +134,7 @@ services:
- dev_env
volumes:
- ./apiserver:/code
command: ./bin/docker-entry-beat.sh
command: ./bin/docker-entrypoint-beat.sh
env_file:
- ./apiserver/.env
depends_on:
@ -153,7 +153,7 @@ services:
- dev_env
volumes:
- ./apiserver:/code
command: ./bin/docker-entry-migrator.sh --settings=plane.settings.local
command: ./bin/docker-entrypoint-migrator.sh --settings=plane.settings.local
env_file:
- ./apiserver/.env
depends_on: