Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ebbbaad7 authored by BIGAUD Nathan's avatar BIGAUD Nathan
Browse files

Full orchestrating script, tested with up to 100 containers

parent ac0f448b
No related branches found
No related tags found
1 merge request!46Draft: Docker deploy
Pipeline #842107 waiting for manual action
......@@ -3,9 +3,12 @@
# Create .env file
echo "NBCLIENTS=$1" | cat > scripts/.env
# create a folders with data and script
# create NBCLIENTS+1 folders with data and script for clients and server
python scripts/setup.py --clients $1
# Recursively build compose file
python scripts/build_compose.py --clients $1
# Launch docker compose
docker compose down --remove-orphans
docker compose up
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment