Can't build workspaces, check for updates, due to tcp timeouts #20262
Unanswered
redjax
asked this question in
Workspace Provisioning & Templates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running Coder with Docker Compose on a machine on my local network. When I bring the stack up, it works, I can access the web UI, but when I try to create a template I see these errors in the container:
And I see these Terraform errors in the web UI as it tries to build the template:
I am able to ping/cURL both of these URLs from the host, but they fail inside the container.
Here is my compose.yml:
In my
.envfile, I've set the Docker group (995according togetent group docker | cut -d: -f3), and I've set the CODER_ACCESS_URL tohttps://coder.mydomain.comandhttp://192.168.1.7:7080to test both, with the same results both times.I've tried adding DNS to the containers, using host networking for the Coder container (this breaks connectivity to the database and DinD containers), setting my
/etc/docker/daemon.jsonto:{ "dns": ["8.8.8.8", "1.1.1.1"] }And none of this is working. For some reason I cannot create workspaces or templates in Coder.
Beta Was this translation helpful? Give feedback.
All reactions