File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
deployments/examples/ocis_web Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ services:
141141 COLLABORATION_CS3API_DATAGATEWAY_INSECURE : " ${INSECURE:-true}"
142142 COLLABORATION_LOG_LEVEL : ${LOG_LEVEL:-info}
143143 MICRO_REGISTRY_ADDRESS : " ocis:9233"
144+ OCIS_URL : https://${OCIS_DOMAIN:-ocis.owncloud.test}
144145 volumes :
145146 - ocis-config:/etc/ocis
146147 labels :
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ services:
189189 COLLABORATION_APP_INSECURE : ${INSECURE:-true}
190190 COLLABORATION_CS3API_DATAGATEWAY_INSECURE : ${INSECURE:-true}
191191 COLLABORATION_LOG_LEVEL : ${LOG_LEVEL:-info}
192+ OCIS_URL : ${OCIS_URL:-https://host.docker.internal:9200}
192193 extra_hosts :
193194 - host.docker.internal:${DOCKER_HOST:-host-gateway}
194195 volumes :
@@ -249,6 +250,7 @@ services:
249250 COLLABORATION_APP_INSECURE : ${INSECURE:-true}
250251 COLLABORATION_CS3API_DATAGATEWAY_INSECURE : ${INSECURE:-true}
251252 COLLABORATION_LOG_LEVEL : ${LOG_LEVEL:-info}
253+ OCIS_URL : ${OCIS_URL:-https://host.docker.internal:9200}
252254 extra_hosts :
253255 - host.docker.internal:${DOCKER_HOST:-host-gateway}
254256 volumes :
You can’t perform that action at this time.
0 commit comments