initial state, working locally

This commit is contained in:
D. Scott Boggs 2023-09-01 15:46:27 -04:00
commit b219c4b498
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
mounts/

18
docker-compose.yml Normal file
View file

@ -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/