From 1f82c4e7e43e5369b7165c2a24e9d143bcddc688 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 5 Oct 2025 03:48:37 -0800 Subject: [PATCH] disable pgadmin --- services/our/compose.db.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/services/our/compose.db.yaml b/services/our/compose.db.yaml index bdc0dcc..1498928 100644 --- a/services/our/compose.db.yaml +++ b/services/our/compose.db.yaml @@ -1,12 +1,12 @@ services: - pgadmin: - image: dpage/pgadmin4:latest - env_file: ./.env - ports: - - target: 5050 - published: 8095 - protocol: tcp - mode: ingress + # pgadmin: + # image: dpage/pgadmin4:latest + # env_file: ./.env + # ports: + # - target: 5050 + # published: 8095 + # protocol: tcp + # mode: ingress postgres: image: postgres:17