Updated container registry and launch order

This commit is contained in:
2025-02-01 13:33:49 +00:00
parent e3f2be7b08
commit babfad9b78
2 changed files with 8 additions and 6 deletions

View File

@ -2,16 +2,18 @@
cd ./Traefik/
docker-compose pull && docker-compose up -d
cd ..
cd ./Websites/
docker-compose pull && docker-compose up -d
cd ..
cd ./Development/Gitea/
docker-compose pull && docker-compose up -d
cd ../..
sleep 20 # Allow Gitea + registry to start up before starting the rest of the services
cd ./Websites/
docker-compose pull && docker-compose up -d
cd ..
cd ./Database/
docker-compose pull && docker-compose up -d
cd ..