Skip to content

Commit

Permalink
Merge pull request #6094 from owncloud/fix-deployment-example
Browse files Browse the repository at this point in the history
fix deployment example
  • Loading branch information
wkloucek authored Dec 6, 2021
2 parents 4c87f0b + 9fa3e53 commit c2f6d2e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions deployments/examples/ocis_web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,15 @@ services:
OCIS_MACHINE_AUTH_API_KEY: ${OCIS_MACHINE_AUTH_API_KEY:-change-me-please}
OCIS_TRANSFER_SECRET: ${STORAGE_TRANSFER_SECRET:-replace-me-with-a-transfer-secret}
# app registry
STORAGE_APP_REGISTRY_MIMETYPES_JSON: /var/tmp/ocis/app-config/mimetypes.json
STORAGE_GATEWAY_GRPC_ADDR: 0.0.0.0:9142 # make the REVA gateway accessible to the app drivers
# proxy
PROXY_CONFIG_FILE: "/var/tmp/ocis/proxy-config/config.json"
STORAGE_APP_REGISTRY_MIMETYPES_JSON: /var/tmp/ocis/app-config/mimetypes.json
# INSECURE: needed if oCIS / Traefik is using self generated certificates
OCIS_INSECURE: "${INSECURE:-false}"
volumes:
- ./config/ocis/entrypoint-override.sh:/entrypoint-override.sh
- ./config/ocis/proxy-config.json:/var/tmp/ocis/proxy-config/config.json
- ./config/ocis/proxy.json:/etc/ocis/proxy.json
- ./config/ocis/mimetypes.json:/var/tmp/ocis/app-config/mimetypes.json
- ocis-data:/var/tmp/ocis
- ocis-data:/var/lib/ocis
labels:
- "traefik.enable=true"
- "traefik.http.routers.ocis.entrypoints=https"
Expand Down

0 comments on commit c2f6d2e

Please sign in to comment.