mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
Merge pull request #163 from kellergoech/kellergoech-add-exposed-ports
Added the exposed ports yml files for external proxies
This commit is contained in:
11
external-proxy/collabora-exposed.yml
Normal file
11
external-proxy/collabora-exposed.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
# only expose the ports when you know what you are doing!
|
||||||
|
services:
|
||||||
|
collaboration:
|
||||||
|
ports:
|
||||||
|
# expose the wopi server on all interfaces
|
||||||
|
- "0.0.0.0:9300:9300"
|
||||||
|
collabora:
|
||||||
|
ports:
|
||||||
|
# expose the collabora server on all interfaces
|
||||||
|
- "0.0.0.0:9980:9980"
|
||||||
8
external-proxy/keycloak-exposed.yml
Normal file
8
external-proxy/keycloak-exposed.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
# only expose the ports when you know what you re doing!
|
||||||
|
services:
|
||||||
|
keycloak:
|
||||||
|
ports:
|
||||||
|
# expose the keycloak server on all interfaces
|
||||||
|
- "0.0.0.0:9000:9000"
|
||||||
|
- "0.0.0.0:8080:8080"
|
||||||
10
external-proxy/opencloud-exposed.yml
Normal file
10
external-proxy/opencloud-exposed.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
# only expose the ports when you know what you are doing!
|
||||||
|
services:
|
||||||
|
opencloud:
|
||||||
|
environment:
|
||||||
|
# bind to all interfaces
|
||||||
|
PROXY_HTTP_ADDR: "0.0.0.0:9200"
|
||||||
|
ports:
|
||||||
|
# expose the opencloud server on all interfaces
|
||||||
|
- "0.0.0.0:9200:9200"
|
||||||
Reference in New Issue
Block a user