fix(musare): Fixed musare-backend.dependsOn
service reference values
This commit is contained in:
parent
01876a6e84
commit
055ea36234
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ in {
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
config.sops.templates."musare/.env".path
|
config.sops.templates."musare/.env".path
|
||||||
];
|
];
|
||||||
dependsOn = ["mongo" "redis"];
|
dependsOn = ["musare-mongo" "musare-redis"];
|
||||||
};
|
};
|
||||||
musare-mongo = {
|
musare-mongo = {
|
||||||
image = "docker.io/mongo:latest";
|
image = "docker.io/mongo:latest";
|
||||||
|
|
Loading…
Reference in a new issue