fix: Removes unneeded ingress rule

This commit is contained in:
Tera << 8 2025-05-07 23:35:40 -04:00
parent fcf7ff9bc6
commit 905da5ab64
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -65,9 +65,6 @@
"traefik.http.routers.passbolthoferscloud.rule" = "Host(`passbolt.hofers.cloud`)"; "traefik.http.routers.passbolthoferscloud.rule" = "Host(`passbolt.hofers.cloud`)";
}; };
cmd = [ "/usr/bin/wait-for.sh" "-t" "0" "db:3306" "--" "/docker-entrypoint.sh" ]; cmd = [ "/usr/bin/wait-for.sh" "-t" "0" "db:3306" "--" "/docker-entrypoint.sh" ];
labels = {
"traefik.http.routers.passbolthoferscloud.rule" = "Host(`passbolt.hofers.cloud`)";
};
dependsOn = [ dependsOn = [
"passbolt-db" "passbolt-db"
]; ];