fix: Fixes Postgres password information for mCaptcha
This commit is contained in:
parent
837a0c576a
commit
9918747803
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
||||||
environmentFiles = [ config.sops.secrets.mcaptcha_db_docker_env.path ];
|
environmentFiles = [ config.sops.secrets.mcaptcha_db_docker_env.path ];
|
||||||
environment = {
|
environment = {
|
||||||
"PGDATA" = "/var/lib/postgresql/data/mcaptcha/";
|
"PGDATA" = "/var/lib/postgresql/data/mcaptcha/";
|
||||||
"POSTGRES_PASSWORD" = "password";
|
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"mcaptcha_db:/var/lib/postgresql:rw"
|
"mcaptcha_db:/var/lib/postgresql:rw"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue