Overnight I suddenly can't reach MediaCMS anymore. Yesterday it was working fine, I think it may have auto-updated overnight. I get a 502 Bad Gateway (nginx/1.22.1) error and the logs for the web container say the following:
web-1 | 2026/06/03 15:03:25 [error] 55#55: *27 connect() failed (111: Connection refused) while connecting to upstream, client: 172.22.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "uwsgi://127.0.0.1:9000", host: "media.lukasstipar.com", referrer: "https://media.lukasstipar.com/"
The only other thing that seems weird in the logs is this:
web-1 | Checking for script in deploy/docker/prestart.sh celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_long.conf" during parsing web-1 | Running script deploy/docker/prestart.sh celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_short.conf" during parsing celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-debian.conf" during parsing celery_worker-1 | 2026-06-03 15:01:21,193 INFO RPC interface 'supervisor' initialized celery_worker-1 | 2026-06-03 15:01:21,193 CRIT Server 'unix_http_server' running without any HTTP authentication checking celery_worker-1 | 2026-06-03 15:01:21,193 INFO supervisord started with pid 1 celery_worker-1 | 2026-06-03 15:01:22,194 INFO spawned: 'celery_short' with pid 53 celery_beat-1 | __ - ... __ - _ celery_worker-1 | 2026-06-03 15:01:22,195 INFO spawned: 'celery_long' with pid 54
Any Idea what might be the problem? I can neither reach it via the Domain (through a cloudflare tunnel that definitely works) nor the local IP address. Help would be greatly appreciated since I run the video content of my website on this instance.. :/
Thanks in advance! :)
Overnight I suddenly can't reach MediaCMS anymore. Yesterday it was working fine, I think it may have auto-updated overnight. I get a 502 Bad Gateway (nginx/1.22.1) error and the logs for the web container say the following:
web-1 | 2026/06/03 15:03:25 [error] 55#55: *27 connect() failed (111: Connection refused) while connecting to upstream, client: 172.22.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "uwsgi://127.0.0.1:9000", host: "media.lukasstipar.com", referrer: "https://media.lukasstipar.com/"The only other thing that seems weird in the logs is this:
web-1 | Checking for script in deploy/docker/prestart.sh celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_long.conf" during parsing web-1 | Running script deploy/docker/prestart.sh celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_short.conf" during parsing celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-debian.conf" during parsing celery_worker-1 | 2026-06-03 15:01:21,193 INFO RPC interface 'supervisor' initialized celery_worker-1 | 2026-06-03 15:01:21,193 CRIT Server 'unix_http_server' running without any HTTP authentication checking celery_worker-1 | 2026-06-03 15:01:21,193 INFO supervisord started with pid 1 celery_worker-1 | 2026-06-03 15:01:22,194 INFO spawned: 'celery_short' with pid 53 celery_beat-1 | __ - ... __ - _ celery_worker-1 | 2026-06-03 15:01:22,195 INFO spawned: 'celery_long' with pid 54Any Idea what might be the problem? I can neither reach it via the Domain (through a cloudflare tunnel that definitely works) nor the local IP address. Help would be greatly appreciated since I run the video content of my website on this instance.. :/
Thanks in advance! :)