onlyoffice/compose.jwt.yml
yksflip 40438168ff
Some checks failed
continuous-integration/drone/push Build is failing
align with the upstream docker-compose (#5)
This upgrades onlyoffice to v7, adds a seperate postgresdb + rabbitmq and adds env variables for the forcesave option.

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Reviewed-on: #5
2022-08-09 08:46:01 +00:00

15 lines
271 B
YAML

version: '3.8'
services:
app:
environment:
- JWT_ENABLED=true
- JWT_HEADER=Authorization
- JWT_IN_BODY=true
secrets:
- jwt_secret
secrets:
jwt_secret:
external: true
name: ${STACK_NAME}_jwt_secret_${SECRET_JWT_SECRET_VERSION}