From b219c4b498d4303cd1dc173c4253b82ddabd829a Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Fri, 1 Sep 2023 15:46:27 -0400 Subject: [PATCH] initial state, working locally --- .gitignore | 1 + docker-compose.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 docker-compose.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3239ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +mounts/ diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..a755561 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,18 @@ +version: '3.5' + +services: + ocis: + image: owncloud/ocis + ports: + - 9200:9200 + volumes: + - type: bind + source: ./mounts/config + target: /etc/ocis + - type: bind + source: ./mounts/data + target: /var/lib/ocis + environment: + OCIS_INSECURE: 'true' + PROXY_HTTP_ADDR: 0.0.0.0:9200 + OCIS_URL: https://localhost:9200/