Skip to content
Merged
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
2 changes: 2 additions & 0 deletions compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
codetogether-collab:
image: hub.edge.codetogether.com/releases/codetogether-collab:latest
container_name: codetogether-collab
env_file:
- .env
environment:
- CT_SERVER_URL=https://${COLLAB_FQDN}
- CT_INTEL_URL=http://codetogether-intel:1080
Expand Down
Loading