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