8000 Add render deployment by matifali · Pull Request #8 · coder/packages · GitHub
[go: up one dir, main page]

Skip to content

Add render deployment #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Apr 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove wildcard from Dockerfile
  • Loading branch information
matifali committed Mar 31, 2023
commit f456982be8a1f758598c683f67a674ea68448813
1 change: 0 additions & 1 deletion render/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM ghcr.io/coder/coder:v0.21.2
ARG RENDER_HOST
ENV CODER_HTTP_ADDRESS=0.0.0.0:3000
ENV CODER_ACCESS_URL=https://${RENDER_HOST}.onrender.com
ENV CODER_WILDCARD_ACCESS_URL=*.${RENDER_HOST}.onrender.com
ENV CODER_EXPERIMENTS=*
ENV CODER_TELEMETRY_INSTALL_SOURCE=render.com
ENV CODER_DEBUG=true
0