Skip to content

Commit

Permalink
amend for Image_Name
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Nov 28, 2024
1 parent fc335f9 commit 73dc2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
command: sh -c "exec redis-server --requirepass \"$${REDIS_PASSWORD}\""

migration:
image: ${REGISTRY}/${REPOSITORY}:${IMAGE_TAG:-latest}
image: ${IMAGE_NAME}:${IMAGE_TAG:-latest}
depends_on:
db:
condition: service_healthy
Expand All @@ -35,7 +35,7 @@ services:
command: sh -c "./manage.py migrate"

worker:
image: ${REGISTRY}/${REPOSITORY}_eks:${IMAGE_TAG:-latest}
image: ${IMAGE_NAME}_eks:${IMAGE_TAG:-latest}
depends_on:
redis:
condition: service_started
Expand All @@ -62,7 +62,7 @@ services:

frontend:
# Apologies to future devops. Naming is hard.
image: ${REGISTRY}/${REPOSITORY}_eks:${IMAGE_TAG:-latest}
image: ${IMAGE_NAME}_eks:${IMAGE_TAG:-latest}
build:
context: .
# network: ${NETWORK:-default}
Expand Down

0 comments on commit 73dc2dd

Please sign in to comment.