Под localhost пишет.
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
ng02 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
ng02 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
ng02 |
10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/default.conf is not a file or does not exist
ng02 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
ng02 | /docker-entrypoint.sh: Configuration complete; ready for start up
dg02 | connection = Database.connect(**conn_params)
dg02 | File "/usr/local/lib/python3.8/site-packages/psycopg2/__init__.py", line 126, in connect
dg02 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
dg02 | django.db.utils.OperationalError: could not connect to server: Connection refused
dg02 | Is the server running on host "localhost" (
127.0.0.1) and accepting
dg02 | TCP/IP connections on port 5432?
dg02 | could not connect to server: Cannot assign requested address
dg02 | Is the server running on host "localhost" (::1) and accepting
dg02 | TCP/IP connections on port 5432?