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: services:
pgadmin: # pgadmin:
image: dpage/pgadmin4:latest # image: dpage/pgadmin4:latest
env_file: ./.env # env_file: ./.env
ports: # ports:
- target: 5050 # - target: 5050
published: 8095 # published: 8095
protocol: tcp # protocol: tcp
mode: ingress # mode: ingress
postgres: postgres:
image: postgres:17 image: postgres:17