diff --git a/main-spindown.sh b/main-spindown.sh index f8b37c7..18ec992 100644 --- a/main-spindown.sh +++ b/main-spindown.sh @@ -4,6 +4,10 @@ cd ./Websites/ docker-compose down cd .. +cd ./Meridian/ +docker-compose down +cd .. + cd ./Tracking/ docker-compose down cd .. diff --git a/main-spinup.sh b/main-spinup.sh index 71b1811..2f03f0e 100644 --- a/main-spinup.sh +++ b/main-spinup.sh @@ -18,6 +18,10 @@ cd ./Websites/ docker-compose pull && docker-compose up -d cd .. +cd ./Meridian/ +docker-compose pull && docker-compose up -d +cd .. + cd ./Database/ docker-compose pull && docker-compose up -d cd .. diff --git a/todo.md b/todo.md index 111f77e..72ea731 100644 --- a/todo.md +++ b/todo.md @@ -52,3 +52,7 @@ ACKEE_PASSWORD=XXX - Ensure that mysql root password, user and default database are updated. - Ensure that mongo root password, and user are updated. - Ensure database ports are correctly assigned and do not have to pass through traefik. + +## Meridian + +- Copy .env_example to a .env file and insert all the correct params