From ab7d4e486b7c2d52d7309d68cbee58c5eb343090 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Mon, 20 Apr 2026 14:19:43 -0400 Subject: [PATCH] move to network --- tasks/postgres.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/postgres.yml b/tasks/postgres.yml index af835d1..a86a082 100644 --- a/tasks/postgres.yml +++ b/tasks/postgres.yml @@ -7,8 +7,8 @@ image: name: postgres tag: 18-alpine - published_ports: - - "5432:5432" + networks: + - name: homelab directories: - "{{ data_dir }}/postgres" - "{{ data_dir }}/postgres/data"