Update pgAdmin configuration by removing the published port from .env.example and docker-compose.portainer.yml, and adjust README.md to reflect changes in service exposure and network settings.

This commit is contained in:
Первов Артем
2026-04-16 12:06:03 +03:00
parent 0db7388f08
commit 55438e620a
3 changed files with 5 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ services:
- ./config_local.py:/pgadmin4/config_local.py:ro
- ./servers.json:/pgadmin4/servers.json:ro
expose:
- "${PGADMIN_PUBLISHED_PORT:-5050}:80"
- "80"
healthcheck:
test: ["CMD-SHELL", "python3 -c \"import urllib.request; urllib.request.urlopen('http://127.0.0.1:80/misc/ping').read()\""]
interval: 30s
@@ -24,12 +24,12 @@ services:
retries: 5
start_period: 40s
networks:
proxy:
external: true
- proxy
networks:
proxy:
external: true
name: ${NPM_NETWORK:-npm_proxy}
volumes:
pgadmin_data: