fix(musare): Fixed config container mount path

This commit is contained in:
GaspardCulis 2024-11-09 18:19:34 +01:00
parent 2cb3a9851d
commit ed4e4b1f2c

View file

@ -124,7 +124,7 @@ in {
autoStart = true;
volumes = [
"${musare-backend}:/opt/app/"
"${config.sops.templates."musare/config.json".path}:/opt/app/config.json"
"${config.sops.templates."musare/config.json".path}:/opt/app/config/local.json"
];
ports = [
"32483:8080"