diff --git a/misc/integrations/autoconf.postgres.ui.yml b/misc/integrations/autoconf.postgres.ui.yml index f31549a73..3c2c43529 100644 --- a/misc/integrations/autoconf.postgres.ui.yml +++ b/misc/integrations/autoconf.postgres.ui.yml @@ -71,6 +71,7 @@ services: POSTGRES_USER: "bunkerweb" POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database POSTGRES_DB: "db" + PGDATA: "/var/lib/postgresql/data/pgdata" volumes: - bw-db:/var/lib/postgresql/data networks: diff --git a/misc/integrations/autoconf.postgres.yml b/misc/integrations/autoconf.postgres.yml index 2fbe60e3a..84ef00272 100644 --- a/misc/integrations/autoconf.postgres.yml +++ b/misc/integrations/autoconf.postgres.yml @@ -52,6 +52,7 @@ services: POSTGRES_USER: "bunkerweb" POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database POSTGRES_DB: "db" + PGDATA: "/var/lib/postgresql/data/pgdata" volumes: - bw-db:/var/lib/postgresql/data networks: diff --git a/misc/integrations/docker.postgres.ui.yml b/misc/integrations/docker.postgres.ui.yml index 153f36339..080ba59dd 100644 --- a/misc/integrations/docker.postgres.ui.yml +++ b/misc/integrations/docker.postgres.ui.yml @@ -58,6 +58,7 @@ services: POSTGRES_USER: "bunkerweb" POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database POSTGRES_DB: "db" + PGDATA: "/var/lib/postgresql/data/pgdata" volumes: - bw-db:/var/lib/postgresql/data networks: diff --git a/misc/integrations/docker.postgres.yml b/misc/integrations/docker.postgres.yml index 7c65a6269..cc581e456 100644 --- a/misc/integrations/docker.postgres.yml +++ b/misc/integrations/docker.postgres.yml @@ -36,6 +36,7 @@ services: POSTGRES_USER: "bunkerweb" POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database POSTGRES_DB: "db" + PGDATA: "/var/lib/postgresql/data/pgdata" volumes: - bw-db:/var/lib/postgresql/data networks: diff --git a/misc/integrations/swarm.postgres.ui.yml b/misc/integrations/swarm.postgres.ui.yml index b4713925c..5cd3169b6 100644 --- a/misc/integrations/swarm.postgres.ui.yml +++ b/misc/integrations/swarm.postgres.ui.yml @@ -86,6 +86,7 @@ services: POSTGRES_USER: "bunkerweb" POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database POSTGRES_DB: "db" + PGDATA: "/var/lib/postgresql/data/pgdata" volumes: - bw-db:/var/lib/postgresql/data networks: diff --git a/misc/integrations/swarm.postgres.yml b/misc/integrations/swarm.postgres.yml index 46a1e0821..1da6517a0 100644 --- a/misc/integrations/swarm.postgres.yml +++ b/misc/integrations/swarm.postgres.yml @@ -66,6 +66,7 @@ services: POSTGRES_USER: "bunkerweb" POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database POSTGRES_DB: "db" + PGDATA: "/var/lib/postgresql/data/pgdata" volumes: - bw-db:/var/lib/postgresql/data networks: