Added Ackee Tracking service to server

This commit is contained in:
Luke Else 2025-02-02 17:57:01 +00:00
parent 3f14369230
commit d4e7748973
3 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,10 @@ cd ./Websites/
docker-compose down
cd ..
cd ./Tracking/
docker-compose down
cd ..
cd ./Development/Gitea/
docker-compose down

View File

@ -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 ..

View File

@ -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