208dc87d694bd6514029a75d6ec1f572759ef97b
The act_runner job runs inside a Docker container. Docker Compose port mappings bind to the Docker host, not the job container's localhost — so localhost:5433 was always refused. Fix: after compose starts, connect the job container (identified by /etc/hostname) to the archive-net compose network. Then switch the backend startup args to use service names db:5432 and minio:9000 instead of host-mapped ports. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%