From c6a5cd523d45a29985d451d31b70c80b3bd230d0 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 27 Oct 2025 09:39:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=AB=20remove=20PostgreSQL=20service=20?= =?UTF-8?q?configuration=20from=20stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/core/postgres/stack.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 stacks/core/postgres/stack.yml diff --git a/stacks/core/postgres/stack.yml b/stacks/core/postgres/stack.yml deleted file mode 100644 index 87a0b07..0000000 --- a/stacks/core/postgres/stack.yml +++ /dev/null @@ -1,27 +0,0 @@ -services: - postgres: - image: postgres:17-alpine - secrets: - - postgres-master - networks: - - homelab - environment: - - POSTGRES_USER=admin - - POSTGRES_PASSWORD_FILE=/run/secrets/postgres-master - - PGDATA=/var/lib/postgresql/data - volumes: - - /home/doc/swarm/data/postgres:/var/lib/postgresql/data - ports: - - 5432:5432 - deploy: - replicas: 1 - placement: - constraints: - - node.hostname == p0 - -networks: - homelab: - external: true -secrets: - postgres-master: - external: true \ No newline at end of file