container/owncloud/docker-compose.yml

15 lines
413 B
YAML

version: "3.7"
services:
ocis:
image: owncloud/ocis:latest
environment:
# INSECURE: needed if oCIS / Traefik is using self generated certificates
OCIS_INSECURE: "true"
# OCIS_URL: the external domain / ip address of oCIS (with protocol, must always be https)
OCIS_URL: "https://cloud.dmeiburg.de"
# OCIS_LOG_LEVEL: error / info / ... / debug
OCIS_LOG_LEVEL: error