ansible-infra/resources/chaosknoten/onlyoffice/docker_compose/compose.yaml.j2
June fa634f6900
Some checks failed
/ Ansible Lint (push) Failing after 1m51s
onlyoffice(host): move secrets to SOPS
2025-05-03 23:22:45 +02:00

17 lines
646 B
Django/Jinja

## Links & Resources
#
# https://helpcenter.onlyoffice.com/installation/docs-community-install-docker.aspx
services:
onlyoffice:
image: onlyoffice/documentserver:latest
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: {{ lookup("community.sops.sops", "resources/chaosknoten/onlyoffice/secrets.yaml", extract="['JWT_SECRET']") }}