commit b219c4b498d4303cd1dc173c4253b82ddabd829a Author: D. Scott Boggs Date: Fri Sep 1 15:46:27 2023 -0400 initial state, working locally 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/