Skip to content

Commit afe6399

Browse files
authored
Merge pull request #163 from kellergoech/kellergoech-add-exposed-ports
Added the exposed ports yml files for external proxies
2 parents c1a9d82 + 8d8b8df commit afe6399

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
# only expose the ports when you know what you are doing!
3+
services:
4+
collaboration:
5+
ports:
6+
# expose the wopi server on all interfaces
7+
- "0.0.0.0:9300:9300"
8+
collabora:
9+
ports:
10+
# expose the collabora server on all interfaces
11+
- "0.0.0.0:9980:9980"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# only expose the ports when you know what you re doing!
3+
services:
4+
keycloak:
5+
ports:
6+
# expose the keycloak server on all interfaces
7+
- "0.0.0.0:9000:9000"
8+
- "0.0.0.0:8080:8080"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
# only expose the ports when you know what you are doing!
3+
services:
4+
opencloud:
5+
environment:
6+
# bind to all interfaces
7+
PROXY_HTTP_ADDR: "0.0.0.0:9200"
8+
ports:
9+
# expose the opencloud server on all interfaces
10+
- "0.0.0.0:9200:9200"

0 commit comments

Comments
 (0)