Files
nextcloud/compose.onlyoffice.yml
Simon f4edb06d53
All checks were successful
continuous-integration/drone/tag Build is passing
chore: publish 6.0.5+28.0.5-fpm release
2024-06-19 16:49:07 +02:00

13 lines
227 B
YAML

version: "3.8"
services:
app:
secrets:
- onlyoffice_jwt
environment:
- ONLYOFFICE_URL
secrets:
onlyoffice_jwt:
external: true
name: ${STACK_NAME}_onlyoffice_jwt_${SECRET_ONLYOFFICE_JWT_VERSION}