owncloud: add
This commit is contained in:
parent
50b598a825
commit
5025b3905f
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
image: lucaslorentz/caddy-docker-proxy:ci-alpine
|
image: lucaslorentz/caddy-docker-proxy:ci
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue