Skip to content

Commit 8d200b9

Browse files
committed
chore: add ocis url to collaboration service
1 parent 324d504 commit 8d200b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

deployments/examples/ocis_web/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)