fix: Fixes ingress rules for Traefik
This commit is contained in:
parent
64429e91d6
commit
fcf7ff9bc6
3 changed files with 5 additions and 2 deletions
|
@ -133,7 +133,7 @@
|
||||||
"/mnt/NASBox/immich/uploads:/usr/src/app/upload:rw"
|
"/mnt/NASBox/immich/uploads:/usr/src/app/upload:rw"
|
||||||
];
|
];
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.http.routers.pterodactyl.rule" = "Host(`immich.hofers.cloud`)";
|
"traefik.http.routers.immichhoferscloud.rule" = "Host(`immich.hofers.cloud`)";
|
||||||
};
|
};
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"immich_postgres"
|
"immich_postgres"
|
||||||
|
|
|
@ -61,6 +61,9 @@
|
||||||
"passbolt_gpg:/etc/passbolt/gpg:rw"
|
"passbolt_gpg:/etc/passbolt/gpg:rw"
|
||||||
"passbolt_jwt:/etc/passbolt/jwt:rw"
|
"passbolt_jwt:/etc/passbolt/jwt:rw"
|
||||||
];
|
];
|
||||||
|
labels = {
|
||||||
|
"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 = {
|
labels = {
|
||||||
"traefik.http.routers.passbolthoferscloud.rule" = "Host(`passbolt.hofers.cloud`)";
|
"traefik.http.routers.passbolthoferscloud.rule" = "Host(`passbolt.hofers.cloud`)";
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
"pterodactyl_ptero_var:/app/var:rw"
|
"pterodactyl_ptero_var:/app/var:rw"
|
||||||
];
|
];
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.http.routers.pterodactyl.rule" = "Host(`pterodactyl.hofers.cloud`)";
|
"traefik.http.routers.pterodactylhoferscloud.rule" = "Host(`pterodactyl.hofers.cloud`)";
|
||||||
};
|
};
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"pterodactyl-cache"
|
"pterodactyl-cache"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue