Skip to content

Commit

Permalink
Merge pull request #98 from jameel-institute/api-no-configure-globe
Browse files Browse the repository at this point in the history
remove API configure step from working globe branch
  • Loading branch information
EmmaLRussell authored Nov 25, 2024
2 parents 88058db + 302cb71 commit d682944
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions scripts/run-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ docker run --rm -d \
--network=$NETWORK \
redis

# Ephemeral container for one-time queue configuration
docker run --rm \
--network=$NETWORK \
--env=DAEDALUS_QUEUE_ID=$QUEUE_ID \
--env=REDIS_CONTAINER_NAME=daedalus-redis \
--entrypoint="/usr/local/bin/daedalus.api.configure" \
$R_API_IMAGE

docker run --rm -d \
-p 8001:8001 \
--name=daedalus-api \
Expand All @@ -81,6 +73,9 @@ docker run --rm -d \
--entrypoint="/usr/local/bin/daedalus.api" \
$R_API_IMAGE

# Give the api container time to configure the queue
sleep 5

docker run --rm -d \
--name=daedalus-api-worker \
--network=$NETWORK \
Expand Down

0 comments on commit d682944

Please sign in to comment.