Cypress upgrade

This commit is contained in:
Jamie Curnow
2024-05-21 13:06:24 +10:00
parent 52bd7b1d8f
commit ac0074ea86
13 changed files with 389 additions and 284 deletions

View File

@ -58,7 +58,8 @@ rm -rf "${LOCAL_RESOLVE}"
printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}"
# bring up all remaining containers, except cypress!
docker-compose up -d --remove-orphans fullstack stepca
docker-compose up -d --remove-orphans stepca
docker-compose up -d --remove-orphans --pull=never fullstack
# wait for main container to be healthy
bash "$DIR/../wait-healthy" "$(docker-compose ps --all -q fullstack)" 120