Skip to content
Merged

Main #97

Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions compose/compose.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions compose/cthq.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ hq.base.url=https://<server-fqdn>
hq.collab.url=https://your-collab-server-fqdn
hq.collab.secret=<your-collab-intel-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
Expand Down
Loading