owncloud: add

This commit is contained in:
Daniel Meiburg 2024-03-25 18:30:02 +01:00
parent 50b598a825
commit 5025b3905f
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
2 changed files with 15 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
caddy:
image: lucaslorentz/caddy-docker-proxy:ci-alpine
image: lucaslorentz/caddy-docker-proxy:ci
ports:
- 80:80
- 443:443

View File

@ -0,0 +1,14 @@
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