Optimized run order so that it doesn't fail if matomo is not up

This commit is contained in:
Kevin Veen-Birkenbach 2025-06-18 14:27:09 +02:00
parent 380aa4a37b
commit ced5e27453
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 5 additions and 3 deletions

View File

@ -19,4 +19,4 @@ galaxy_info:
logo:
class: "fa-solid fa-chart-line"
run_after:
- "docker-ldap"
- "docker-postgres"

View File

@ -25,4 +25,4 @@ galaxy_info:
logo:
class: "fa-solid fa-database"
run_after:
- docker-postgres
- docker-matomo

View File

@ -25,3 +25,4 @@ galaxy_info:
class: "fa-solid fa-user-lock"
run_after:
- docker-ldap
- docker-matomo

View File

@ -26,4 +26,5 @@ galaxy_info:
logo:
class: "fa-solid fa-database"
run_after:
- docker-mariadb
- docker-mariadb
- docker-matomo