Skip to content

Commit fb021cb

Browse files
authored
Merge pull request #97 from CodeTogether-Inc/main
Main
2 parents 67c11e4 + 6fb6146 commit fb021cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

compose/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
codetogether-collab:
3-
image: registry.digitalocean.com/codetogether-registry/codetogether-collab:latest
3+
image: hub.edge.codetogether.com/releases/codetogether-collab:latest
44
container_name: codetogether-collab
55
environment:
66
# your collab/pair programming server URL
@@ -29,7 +29,7 @@ services:
2929
codetogether-intel:
3030
condition: service_healthy
3131
codetogether-intel:
32-
image: registry.digitalocean.com/codetogether-registry/codetogether-intel:latest
32+
image: hub.edge.codetogether.com/releases/codetogether-intel:latest
3333
container_name: codetogether-intel
3434
environment:
3535
- CT_HQ_BASE_URL=https://your-intel-server-fqdn

compose/cthq.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ hq.base.url=https://<server-fqdn>
33
hq.collab.url=https://your-collab-server-fqdn
44
hq.collab.secret=<your-collab-intel-secret>
55

6+
# THE LINE BELOW IS NOT NEEDED WITH SINGLE TENANT
7+
#hq.sso.tenants=github,gitlab
68
# GitHub SSO
79
hq.sso.github.provider=github
810
hq.sso.github.label=GitHub

0 commit comments

Comments
 (0)