update config file and add insecure option

This commit is contained in:
Willy Kloucek
2022-04-26 09:42:19 +02:00
parent e0420ea2f9
commit a7840ba1b9
3 changed files with 33 additions and 47 deletions
@@ -173,9 +173,10 @@ services:
networks:
ocis-net:
entrypoint:
- /bin/sh
- /bin/bash
- /entrypoint-override.sh
environment:
WOPISERVER_INSECURE: "${INSECURE:-false}"
WOPISECRET: ${WOPI_JWT_SECRET:-LoremIpsum567}
IOPSECRET: ${WOPI_IOP_SECRET:-LoremIpsum123}
CODIMDSECRET: ${CODIMD_SECRET:-LoremIpsum456}