Skip to content

Commit

Permalink
Only pull the keycloak image. For others the image tag will change
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom committed Jan 8, 2025
1 parent 4b1b822 commit 2dd380a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ create_user_prod:


# Called by other projects to start this project as a dependency
# Use docker compose pull to ensure we get the latest image
# Use docker compose pull to ensure we get the latest keycloak image
run: run_deps
COMPOSE_FILE=${COMPOSE_FILE_RUN} docker compose pull && docker compose up --wait --wait-timeout 120
COMPOSE_FILE=${COMPOSE_FILE_RUN} docker compose pull keycloak && docker compose up --wait --wait-timeout 120

# Space delimited list of dependant projects
DEPS=openfoodfacts-shared-services
Expand Down

0 comments on commit 2dd380a

Please sign in to comment.