Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 3, 2024
1 parent d75971c commit f95741d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REPOSITORY?=controlpanel
VIRTUAL_ENV ?= venv
BIN=${VIRTUAL_ENV}/bin
IMAGE_TAG ?= local
IMAGE_TAG ?= latest
DOCKER_BUILDKIT?=1
# REGISTRY?=593291632749.dkr.ecr.eu-west-1.amazonaws.com
MAKEFLAGS += -j2
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
./tests:/home/controlpanel/tests
]
migration:
image: ${IMAGE_NAME}:${IMAGE_TAG}
image: ${IMAGE_NAME}:${IMAGE_TAG-latest}
volumes: [./controlpanel:/home/controlpanel/controlpanel]
command: "python manage.py migrate"
worker:
Expand Down
2 changes: 1 addition & 1 deletion 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: ${IMAGE_NAME}:${IMAGE_TAG}
image: ${IMAGE_NAME}_eks:${IMAGE_TAG}
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit f95741d

Please sign in to comment.