Add initial setup for pgAdmin 4 with Docker and Nginx Proxy Manager

- Created .env.example for environment variable configuration.
- Added .gitignore to exclude sensitive files.
- Introduced config_local.py for pgAdmin settings.
- Added docker-compose.portainer.yml for service orchestration.
- Created Dockerfile for custom image building.
- Added README.md with setup instructions and usage guidelines.
- Included servers.json as a template for PostgreSQL server connections.
This commit is contained in:
Первов Артем
2026-04-16 11:53:55 +03:00
commit a992112d95
7 changed files with 275 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.env
.env.local
.DS_Store