generated from coop-cloud/example
Some checks failed
continuous-integration/drone/push Build is failing
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
15 lines
271 B
YAML
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}
|