-
Hello everyone and thank you for your precious help :-) I am really struggling with this setup. docker-compose.yml file below So my 2 questions: I tried to contact sales, but they open subscriptions at 100+ users, I would be glad if I can emboard 5, so no EE for me Coder docker-compose.yml file (Coder + PG)
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 24 replies
-
To run air-gapped. You need to create a custom coder image as described in https://coder.com/docs/install/offline, push it to some registry accessible in your air-gapped network, and use that in your docker-compose. YOu can also use minikube if you wish so and use k8s as a control-plane. In this case, too you need to use the custom image pushed to a private registry accessible on your local network. |
Beta Was this translation helpful? Give feedback.
-
I think the main issue is around here:
|
Beta Was this translation helpful? Give feedback.
-
Hello @matifali , would you be able to give a try ? I tried to amend dockerfile from 2.14.2 to 2.16.0 Would you be kind enough to give a try from your side and tell me if you have the same issue ?
the docker-compose.yml if you would just try to copy past:
Many thanks for your help; I tried that on 2 different computers and still face the issue. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello @matifali , by any chance have you been able to give a try to the docker build ? just to ensure that I am not going in the wrong direction. |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
Should port 13337 from the coder docker on host should be open as well ? code-server is not able to start in logs:
|
Beta Was this translation helpful? Give feedback.
Removing the
apk del terraform && \
Allow the build to finish.
Then starting PG and all envs seems to be wroking fine.
But when I try to create a template, it ends up in a Black screen running forever.
Logs in docker show:
2024-11-06 09:55:29.033 [info] provisionerd-ab1c84dc35b1-1: unpacking template source archive session_id=9cd4daae-5de7-42e8-bac6-da6a50853ac1 size_bytes=11776
2024-11-06 09:55:29.085 [info] provisionerd-ab1c84dc35b1-1: clean stale Terraform plugins cache_path=/home/coder/.cache/coder/provisioner-1/tf
2024-11-06 09:55:29.898 [info] provisionerd-ab1c84dc35b1-1.runner: dry-run provision failure job_id=5730637d-39e1-40cc-b064-5ad4a135f7ef error="terraform plan: exit status 1"