Some checks failed
continuous-integration/drone/push Build is failing
This reverts commit 180c26933779d81b8a6f9805223e003a66fcbaac.
13 lines
227 B
YAML
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}
|