fix: Removes unneeded ingress rule
This commit is contained in:
parent
fcf7ff9bc6
commit
905da5ab64
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue