From d391db6bc1fc9a1532f8a85432a1f28e76a49940 Mon Sep 17 00:00:00 2001 From: Moses Fabiyi <90117777+officialmofabs@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:41:10 +0100 Subject: [PATCH 1/2] Update coder.env --- coder.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder.env b/coder.env index 0c198649e0ee6..4fb7d2d7e68a0 100644 --- a/coder.env +++ b/coder.env @@ -2,7 +2,7 @@ # e.g. https://coder.example.com CODER_ACCESS_URL= -CODER_ADDRESS= +CODER_ADDRESS=coder.igecloud.dev CODER_PG_CONNECTION_URL= CODER_TLS_CERT_FILE= CODER_TLS_ENABLE= From 6a571d61db03e4312cc1040c58f1e5386f4b912b Mon Sep 17 00:00:00 2001 From: IGE Clouds Project Operations <34292598+igewebs@users.noreply.github.com> Date: Wed, 3 Jan 2024 07:24:47 +0000 Subject: [PATCH 2/2] main --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9b41c5f47ae61..2461128e949c5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,11 +8,11 @@ services: - "7080:7080" environment: CODER_PG_CONNECTION_URL: "postgresql://${POSTGRES_USER:-username}:${POSTGRES_PASSWORD:-password}@database/${POSTGRES_DB:-coder}?sslmode=disable" - CODER_HTTP_ADDRESS: "0.0.0.0:7080" + CODER_HTTP_ADDRESS: "217.76.54.220:7080" # You'll need to set CODER_ACCESS_URL to an IP or domain # that workspaces can reach. This cannot be localhost # or 127.0.0.1 for non-Docker templates! - CODER_ACCESS_URL: "${CODER_ACCESS_URL}" + CODER_ACCESS_URL: "coder.igecloud.dev" # If the coder user does not have write permissions on # the docker socket, you can uncomment the following # lines and set the group ID to one that has write