17 lines
466 B
YAML
17 lines
466 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
|
|
volumes:
|
|
- "./ocis.yaml:/etc/ocis/ocis.yaml"
|