fix: sync move docker-compose.yml

This commit is contained in:
Lenny 2024-05-28 18:59:23 +08:00
parent 9fc67358f0
commit 4db3cbd9be
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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