Add pgpass file mount for automatic DB connection

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
primal
2026-02-01 14:51:15 -05:00
parent 5efa510a98
commit 4abd5e49b6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ secrets/
*.pem *.pem
*.key *.key
pgadmin_password.txt pgadmin_password.txt
pgpass
# Data volumes # Data volumes
data/ data/
+1
View File
@@ -13,6 +13,7 @@ services:
volumes: volumes:
- pgadmin_data:/var/lib/pgadmin - pgadmin_data:/var/lib/pgadmin
- ./servers.json:/pgadmin4/servers.json:ro - ./servers.json:/pgadmin4/servers.json:ro
- ./pgpass:/pgadmin4/pgpass:ro
networks: networks:
- proxy - proxy
- atproto - atproto