Some checks failed
/ Ansible Lint (push) Failing after 52s
Use a full image source and set and explicit version for all images in Chaosknoten (docker-)compose files. With Renovate now set up, it is feasible to explicitly set versions.
17 lines
580 B
Django/Jinja
17 lines
580 B
Django/Jinja
## Links & Resources
|
|
#
|
|
# https://helpcenter.onlyoffice.com/installation/docs-community-install-docker.aspx
|
|
|
|
services:
|
|
onlyoffice:
|
|
image: docker.io/onlyoffice/documentserver:9.1.0
|
|
restart: unless-stopped
|
|
volumes:
|
|
- "./onlyoffice/DocumentServer/logs:/var/log/onlyoffice"
|
|
- "./onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data"
|
|
- "./onlyoffice/DocumentServer/lib:/var/lib/onlyoffice"
|
|
- "./onlyoffice/DocumentServer/db:/var/lib/postgresql"
|
|
ports:
|
|
- "8080:80"
|
|
environment:
|
|
JWT_SECRET: {{ secret__onlyoffice_jwt_secret }}
|