disable pgadmin
Some checks failed
ci / test (push) Failing after 5m19s
fp/our CI/CD / build (push) Successful in 56s

This commit is contained in:
CJ_Clippy 2025-10-05 03:48:37 -08:00
parent e6a7846c6c
commit 1f82c4e7e4

View File

@ -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