Merge pull request #6 from lenny7890/fix/docker

fix: sync move docker-compose.yml
@lenny7890 Thank you.
This commit is contained in:
0xOzgur 2024-05-29 11:46:46 +03:00 committed by GitHub
commit 1605b9760b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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