Skip to content

Commit

Permalink
Update reference to docker compose files in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystle Salazar committed Mar 28, 2023
1 parent 73fbe56 commit a1d57b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ wait-up: up
init: wait-up
cd .. && ./load_sample_data.sh

# Recreate volumes and containers specific to the API profile from scratch
recreate:
just ../down -v
just up "--force-recreate --build"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ env:

DOCKER_FILE := "-f " + (
if IS_PROD == "true" { "ingestion_server/docker-compose.yml" }
else { "docker-compose.yml" }
else { "docker-compose.yml -f docker-compose.override.yml" }
)

# Run `docker-compose` configured with the correct files and environment
Expand Down

0 comments on commit a1d57b2

Please sign in to comment.