Merge pull request #2689 from owncloud/fix_hello_deployment

[deployment example] fix oCIS hello deployment
This commit is contained in:
Willy Kloucek
2021-10-27 20:31:53 +02:00
committed by GitHub

View File

@@ -65,6 +65,8 @@ services:
WEB_UI_CONFIG: "/var/tmp/ocis/.config/web-config.json"
# proxy
PROXY_CONFIG_FILE: "/var/tmp/ocis/.config/proxy-config.json"
# make settings service available to oCIS Hello
SETTINGS_GRPC_ADDR: 0.0.0.0:9191
volumes:
- ./config/ocis/entrypoint-override.sh:/entrypoint-override.sh
- ./config/ocis/web-config.dist.json:/config/web-config.dist.json