forked from ONLYOFFICE/Docker-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
34 lines (26 loc) · 849 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Your Docker Hub account
ACCOUNT_NAME=onlyoffice
# Service variable. You don't need to change it
COMPANY_NAME=onlyoffice
# ONLYOFFICE Docs solution type.
# Allowed values: Nothing is specified - Community version,
# `-de` - Developer Edition,
# `-ee` - Enterprise Edition
PRODUCT_EDITION=
# ONLYOFFICE Docs version
# Unless otherwise specified, the latest up-to-date version will be used
# Example:
# RELEASE_VERSION=-7.2.2
RELEASE_VERSION=-8.2.1
# The hash that will be appended to the ONLYOFFICE Docs version in the request URLs
DS_VERSION_HASH=1
# Prefix in the name of your repository in Docker Hub
PREFIX_NAME=docs
# Dockerfile that will be used for build Docs images
DOCKERFILE=Dockerfile
# Image tag
DOCKER_TAG=latest
# ONLYOFFICE Docs JSON Web Token validation parameters
JWT_ENABLED=true
JWT_HEADER=Authorization
JWT_SECRET=secret