Describe the bug
Running docker compose -f docker-compose.prod.yml up [-d] on Ubuntu Server 25.x shows a ghcr.io timeout.
Error response from daemon: Head "https://ghcr.io/v2/simstudioai/realtime/manifests/latest": Get "https://ghcr.io/token?scope=repository%3Asimstudioai%2Frealtime%3Apull&service=ghcr.io": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
To Reproduce
Steps to reproduce the behavior:
- Clone repository and
cd into it
- Create populated
.env using .env.example from README
- Run
docker compose -f docker-compose.prod.yml up
- Observe timeout errors and crashed startup
Expected behavior
Containers are successfully pulled from registry and all services start successfully.
Screenshots
N/A
Additional context
I'm not seeing anything on the Github status page, but ghcr.io has had timeout issues in the past.
Describe the bug
Running
docker compose -f docker-compose.prod.yml up [-d]on Ubuntu Server 25.x shows aghcr.iotimeout.To Reproduce
Steps to reproduce the behavior:
cdinto it.envusing .env.example from READMEdocker compose -f docker-compose.prod.yml upExpected behavior
Containers are successfully pulled from registry and all services start successfully.
Screenshots
N/A
Additional context
I'm not seeing anything on the Github status page, but
ghcr.iohas had timeout issues in the past.