Skip to content

Commit 56d5eee

Browse files
authored
fix: missing env file on collab (#114)
1 parent d665be1 commit 56d5eee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compose/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ services:
44
codetogether-collab:
55
image: hub.edge.codetogether.com/releases/codetogether-collab:latest
66
container_name: codetogether-collab
7+
env_file:
8+
- .env
79
environment:
810
- CT_SERVER_URL=https://${COLLAB_FQDN}
911
- CT_INTEL_URL=http://codetogether-intel:1080

0 commit comments

Comments
 (0)