nextcloud/compose.onlyoffice.yml
iexos 2b4e63ef31
Some checks failed
continuous-integration/drone/push Build is failing
Reapply "split bbb and onlyoffice compose.yml"
This reverts commit 180c26933779d81b8a6f9805223e003a66fcbaac.
2024-06-19 18:36:05 +02:00

13 lines
227 B
YAML

version: "3.8"
services:
app:
secrets:
- onlyoffice_jwt
environment:
- ONLYOFFICE_URL
secrets:
onlyoffice_jwt:
external: true
name: ${STACK_NAME}_onlyoffice_jwt_${SECRET_ONLYOFFICE_JWT_VERSION}