first commit with existing files
This commit is contained in:
23
onlyoffice.yaml
Normal file
23
onlyoffice.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: '3'
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
|
||||
services:
|
||||
oodd:
|
||||
image: onlyoffice/documentserver:latest
|
||||
restart: always
|
||||
container_name: onlyoffice
|
||||
environment:
|
||||
- JWT_ENABLED=true
|
||||
- JWT_SECRET=secret
|
||||
#ports:
|
||||
#- :80
|
||||
volumes:
|
||||
- /docker/onlyoffice/data:/var/www/onlyoffice/Data
|
||||
- /docker/onlyoffice/lib:/var/lib/onlyoffice
|
||||
- /docker/onlyoffice/logs:/var/log/onlyoffice
|
||||
- /docker/onlyoffice/db:/var/lib/postgresql
|
||||
networks:
|
||||
- frontend
|
||||
Reference in New Issue
Block a user