diff --git a/main-spindown.sh b/main-spindown.sh index 54548c9..db5219b 100644 --- a/main-spindown.sh +++ b/main-spindown.sh @@ -4,6 +4,10 @@ cd ./Websites/ docker-compose down cd .. +cd ./Tracking/ +docker-compose down +cd .. + cd ./Development/Gitea/ docker-compose down diff --git a/main-spinup.sh b/main-spinup.sh index 711b966..71b1811 100644 --- a/main-spinup.sh +++ b/main-spinup.sh @@ -10,6 +10,10 @@ cd .. sleep 20 # Allow Gitea + registry to start up before starting the rest of the services +cd ./Tracking/ +docker-compose pull && docker-compose up -d +cd .. + cd ./Websites/ docker-compose pull && docker-compose up -d cd .. diff --git a/todo.md b/todo.md index b5e77f5..79c728e 100644 --- a/todo.md +++ b/todo.md @@ -29,6 +29,15 @@ - Ensure that a registration token has been setup before continuing +## Tracking + +Create a .env file with the following content: + +``` +ACKEE_USERNAME=luke-else +ACKEE_PASSWORD=XXX +``` + ## Websites - Ensure website files are copied over