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

@ -45,7 +45,7 @@ services:
args:
DOCKER_BUILDKIT: 1
restart: always
command: ./bin/docker-entry-api.sh
command: ./bin/docker-entrypoint-api.sh
env_file:
- ./apiserver/.env
depends_on:
@ -60,7 +60,7 @@ services:
args:
DOCKER_BUILDKIT: 1
restart: always
command: ./bin/docker-entry-worker.sh
command: ./bin/docker-entrypoint-worker.sh
env_file:
- ./apiserver/.env
depends_on:
@ -76,7 +76,7 @@ services:
args:
DOCKER_BUILDKIT: 1
restart: always
command: ./bin/docker-entry-beat.sh
command: ./bin/docker-entrypoint-beat.sh
env_file:
- ./apiserver/.env
depends_on:
@ -92,7 +92,7 @@ services:
args:
DOCKER_BUILDKIT: 1
restart: no
command: ./bin/docker-entry-migrator.sh
command: ./bin/docker-entrypoint-migrator.sh
env_file:
- ./apiserver/.env
depends_on: