Skip to content

Commit

Permalink
remove configure step
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Nov 21, 2024
1 parent a63c6b7 commit 1405039
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 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 Down

0 comments on commit 1405039

Please sign in to comment.