You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
914 B
YAML
26 lines
914 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
onlyoffice-document-server:
|
|
image: ${DS_IMAGE}:${DS_VERISON}
|
|
build: ../oo-unlim
|
|
restart: unless-stopped
|
|
container_name: onlyoffice-document-server
|
|
environment:
|
|
- JWT_SECRET=${JWT_SECRET}
|
|
- JWT_HEADER=${JWT_HEADER}
|
|
# step-ca #
|
|
# - STEP_CA_FQDN=${STEP_CA_FQDN}
|
|
# volumes:
|
|
# - ./data/step_ca/${STEP_CA_FQDN}.crt:/usr/local/share/ca-certificates/${STEP_CA_FQDN}.crt
|
|
# - ./config/supervisord.conf:/etc/supervisor/supervisord.conf
|
|
# DS default mounts #
|
|
# - ./data/document_ssl:/var/www/onlyoffice/Data/certs
|
|
# - ./data/document_data:/var/www/onlyoffice/Data
|
|
# - ./data/document_log:/var/log/onlyoffice
|
|
# - ./data/document_fonts:/usr/share/fonts/truetype/custom
|
|
# - ./data/document_forgotten:/var/lib/onlyoffice/documentserver/App_Data/cache/files/forgotten
|
|
ports:
|
|
- '80:80'
|
|
# - '443:443'
|