Skip to content

Commit

Permalink
feat: make ocis selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Jun 20, 2024
1 parent 6446f51 commit 4ab23b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployments/examples/ocis_wopi/.env
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ TRAEFIK_ACME_CASERVER=

### Infinite Scale Settings ###

# Beside Traefik, this service must stay enabled.
# Disable only for testing purposes.
OCIS=:ocis.yml

# The oCIS container image.
# Defaults to "owncloud/ocis" which contains the production releases.
OCIS_DOCKER_IMAGE=
Expand Down Expand Up @@ -197,5 +201,5 @@ INBUCKET_DOMAIN=
# This MUST be the last line as it assembles the supplemental compose files to be used.
# ALL supplemental configs must be added here, independent if commented or not.
# Each var must either be empty or contain :path/file.yml
COMPOSE_FILE=docker-compose.yml:ocis.yml${TIKA:-}${WOPISERVER:-}${COLLABORA:-}${MONITORING:-}${COMPANION:-}${ONLYOFFICE:-}${INBUCKET:-}
COMPOSE_FILE=docker-compose.yml${OCIS:-}${TIKA:-}${WOPISERVER:-}${COLLABORA:-}${MONITORING:-}${COMPANION:-}${ONLYOFFICE:-}${INBUCKET:-}

0 comments on commit 4ab23b0

Please sign in to comment.