python manage.py migrate && python manage.py collectstatic --noinput && gunicorn -b [::]:$PORT project.wsgi
0.0.0.0
-b 127.0.0.1:$PORT
python manage.py migrate && python manage.py collectstatic --noinput && gunicorn project.wsgi
migrate
collectstatic
[2024-06-11 19:11:19 +0000] [1] [INFO] Starting gunicorn 21.2.0[2024-06-11 19:11:19 +0000] [1] [ERROR] Connection in use: ('::', 65090)[2024-06-11 19:11:19 +0000] [1] [ERROR] Retrying in 1 second.[2024-06-11 19:11:20 +0000] [1] [ERROR] Connection in use: ('::', 65090)[2024-06-11 19:11:20 +0000] [1] [ERROR] Retrying in 1 second.[2024-06-11 19:11:21 +0000] [1] [ERROR] Connection in use: ('::', 65090)[2024-06-11 19:11:21 +0000] [1] [ERROR] Retrying in 1 second.[2024-06-11 19:11:22 +0000] [1] [ERROR] Connection in use: ('::', 65090)[2024-06-11 19:11:22 +0000] [1] [ERROR] Retrying in 1 second.[2024-06-11 19:11:23 +0000] [1] [ERROR] Connection in use: ('::', 65090)[2024-06-11 19:11:23 +0000] [1] [ERROR] Retrying in 1 second.[2024-06-11 19:11:24 +0000] [1] [ERROR] Can't connect to ('::', 65090)container event container died