FEAT: Added Watchtower service

This commit is contained in:
2025-05-30 18:44:26 +01:00
parent f4b44c7aa7
commit d3b8830cc8
3 changed files with 14 additions and 0 deletions

View File

@ -10,6 +10,10 @@ cd ..
sleep 20 # Allow Gitea + registry to start up before starting the rest of the services
cd ./Watchtower/
docker-compose pull && docker-compose up -d
cd ..
cd ./Tracking/
docker-compose pull && docker-compose up -d
cd ..