fix: sync move docker-compose.yml
This commit is contained in:
parent
9fc67358f0
commit
4db3cbd9be
@ -65,10 +65,10 @@ docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium -t q
|
||||
# Step 8:Run Ceremonyclient Container
|
||||
echo "✅Running Ceremonyclient Container"
|
||||
sleep 2 # Add a 2-second delay
|
||||
docker compose up -d
|
||||
docker compose -f docker/docker-compose.yml up -d
|
||||
|
||||
# Step 9:Logs Ceremonyclient Container
|
||||
echo "🎉Welcome to Quilibrium Ceremonyclient"
|
||||
echo "⏳Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs."
|
||||
sleep 5 # Add a 5-second delay
|
||||
docker compose logs -f -n, --tail 100
|
||||
docker compose -f docker/docker-compose.yml logs -f -n, --tail 100
|
||||
@ -23,10 +23,10 @@ docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium -t q
|
||||
# Step 8:Run Ceremonyclient Container
|
||||
echo "✅Running Ceremonyclient Container"
|
||||
sleep 2 # Add a 2-second delay
|
||||
docker compose up -d
|
||||
docker compose -f docker/docker-compose.yml up -d
|
||||
|
||||
# Step 9:Logs Ceremonyclient Container
|
||||
echo "🎉Welcome to Quilibrium Ceremonyclient"
|
||||
echo "⏳Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs."
|
||||
sleep 5 # Add a 5-second delay
|
||||
docker compose logs -f -n, --tail 100
|
||||
docker compose -f docker/docker-compose.yml logs -f -n, --tail 100
|
||||
Loading…
Reference in New Issue
Block a user