diff --git a/compose/compose.yaml b/compose/compose.yaml index 71ad0d8..8d3b95b 100644 --- a/compose/compose.yaml +++ b/compose/compose.yaml @@ -1,6 +1,6 @@ services: codetogether-collab: - image: registry.digitalocean.com/codetogether-registry/codetogether-collab:latest + image: hub.edge.codetogether.com/releases/codetogether-collab:latest container_name: codetogether-collab environment: # your collab/pair programming server URL @@ -29,7 +29,7 @@ services: codetogether-intel: condition: service_healthy codetogether-intel: - image: registry.digitalocean.com/codetogether-registry/codetogether-intel:latest + image: hub.edge.codetogether.com/releases/codetogether-intel:latest container_name: codetogether-intel environment: - CT_HQ_BASE_URL=https://your-intel-server-fqdn diff --git a/compose/cthq.properties b/compose/cthq.properties index 5d60443..1afe6b6 100644 --- a/compose/cthq.properties +++ b/compose/cthq.properties @@ -3,6 +3,8 @@ hq.base.url=https:// hq.collab.url=https://your-collab-server-fqdn hq.collab.secret= +# THE LINE BELOW IS NOT NEEDED WITH SINGLE TENANT +#hq.sso.tenants=github,gitlab # GitHub SSO hq.sso.github.provider=github hq.sso.github.label=GitHub