./deploy.mk do runs without errors on https://www.building-integrated-solar-systems.com/ . But machine-reverse_proxy-1 continues to restart afterwards.
[+] up 1/3
✔ Network machine_default Created 0.0s
⠇ Container machine-logs-1 Waiting 1.0s
⠇ Container machine-reverse_proxy-1 Waiting 1.0s
container machine-reverse_proxy-1 is unhealthy
make: *** [Makefile:67: up] Error 1
cloud@test01-metabase:~/machine$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e9620d89e64b nginx:1.29-trixie-otel "/docker-entrypoint.…" 16 seconds ago Restarting (1) Less than a second ago machine-reverse_proxy-1
1ef6089f1cb3 victoriametrics/victoria-logs:v1.44.0 "/victoria-logs-prod…" 16 seconds ago Up 15 seconds (healthy) 0.0.0.0:10002->9428/tcp machine-logs-1
381f610d81a3 nginx:1.29-trixie-otel "/docker-entrypoint.…" 28 hours ago Up 28 hours (healthy) 0.0.0.0:8000->80/tcp test01-metabase_production-reverse_proxy-1
b1551123099e test01-metabase-frontend:21195bde4006bbf5197f32bdffbf52a84834b6d6 "docker-entrypoint.s…" 28 hours ago Up 28 hours (healthy) test01-metabase_production-frontend-1
54835786ccd5 test01-metabase-backend:21195bde4006bbf5197f32bdffbf52a84834b6d6 "dotnet /app/App.dll" 28 hours ago Up 17 hours (healthy) test01-metabase_production-backend-1
1713d0e0e9d1 postgres:13.23-trixie "docker-entrypoint.s…" 28 hours ago Up 28 hours (healthy) 5432/tcp test01-metabase_production-database-1
eac7941808cf rnwood/smtp4dev:v3.10 "dotnet /app/Rnwood.…" 28 hours ago Up 28 hours (healthy) 25/tcp, 80/tcp, 143/tcp test01-metabase_production-email-1
cadd597a9743 nginx:1.29-trixie-otel "/docker-entrypoint.…" 28 hours ago Up 28 hours (healthy) 0.0.0.0:9000->80/tcp test01-metabase_staging-reverse_proxy-1
2ff2ed1a78a1 test01-metabase-frontend:21195bde4006bbf5197f32bdffbf52a84834b6d6 "docker-entrypoint.s…" 28 hours ago Up 28 hours (healthy) test01-metabase_staging-frontend-1
9c121a3dd8f6 test01-metabase-backend:21195bde4006bbf5197f32bdffbf52a84834b6d6 "dotnet /app/App.dll" 28 hours ago Up 17 hours (healthy) test01-metabase_staging-backend-1
b2445855a598 postgres:13.23-trixie "docker-entrypoint.s…" 28 hours ago Up 28 hours (healthy) 5432/tcp test01-metabase_staging-database-1
572ee1aa3db9 rnwood/smtp4dev:v3.10 "dotnet /app/Rnwood.…" 28 hours ago Up 28 hours (healthy) 25/tcp, 80/tcp, 143/tcp test01-metabase_staging-email-1
The logs show
reverse_proxy-1 exited with code 1 (restarting)
logs-1 | {"ts":"2026-04-29T18:00:49.814Z","level":"warn","caller":"VictoriaLogs/app/vlinsert/elasticsearch/elasticsearch.go:115","msg":"remoteAddr: \"172.18.0.1:52154\"; requestURI: /insert/elasticsearch/_bulk?_msg_field=MESSAGE%2Cmessage&_stream_fields=_HOSTNAME%2C_COMM%2C_SYSTEMD_UNIT%2Chost%2Csource_type%2Ccontainer_name%2Cresources.service.name%2Cattributes.Environment&_time_field=SYSLOG_TIMESTAMP%2Ctimestamp&timeout=60s; cannot decode log message #0 in /_bulk request: cannot parse timestamp: cannot parse unix timestamp \"Apr 29 20:00:48 \", stream fields: [_HOSTNAME _COMM _SYSTEMD_UNIT host source_type container_name resources.service.name attributes.Environment]"}
reverse_proxy-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
reverse_proxy-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
reverse_proxy-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
reverse_proxy-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
reverse_proxy-1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
reverse_proxy-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
reverse_proxy-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
reverse_proxy-1 | 20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf
reverse_proxy-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
reverse_proxy-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
reverse_proxy-1 | 2026/04/29 18:01:03 [emerg] 1#1: could not build server_names_hash, you should increase server_names_hash_bucket_size: 64
reverse_proxy-1 | nginx: [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 64
reverse_proxy-1 exited with code 1 (restarting)
./deploy.mk doruns without errors on https://www.building-integrated-solar-systems.com/ . Butmachine-reverse_proxy-1continues to restart afterwards.The logs show