mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add onlyoffice to nextcloud services
This commit is contained in:
parent
3f0f5f12a0
commit
fd30d66ffb
2 changed files with 22 additions and 1 deletions
|
|
@ -59,6 +59,26 @@ services:
|
|||
image: redis
|
||||
restart: always
|
||||
|
||||
onlyoffice:
|
||||
image: onlyoffice/documentserver:latest
|
||||
stdin_open: true
|
||||
tty: true
|
||||
expose:
|
||||
- '80'
|
||||
environment:
|
||||
- VIRTUAL_HOST=office.banditlair.com
|
||||
- VIRTUAL_NETWORK=nginx-proxy
|
||||
- VIRTUAL_PORT=80
|
||||
- LETSENCRYPT_HOST=office.banditlair.com
|
||||
- LETSENCRYPT_EMAIL=letsencrypt.account@banditlair.com
|
||||
volumes:
|
||||
- /var/lib/onlyoffice:/var/www/onlyoffice/Data
|
||||
- /var/log/onlyoffice:/var/log/onlyoffice
|
||||
networks:
|
||||
- proxy-tier
|
||||
- default
|
||||
restart: always
|
||||
|
||||
# collabora:
|
||||
# image: collabora/code:3.0.0.4
|
||||
# cap_add:
|
||||
|
|
|
|||
|
|
@ -6,12 +6,13 @@ $CONFIG = array (
|
|||
'trusted_domains' =>
|
||||
array (
|
||||
0 => 'localhost',
|
||||
1 => 'web',
|
||||
2 => 'cloud.banditlair.com',
|
||||
),
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
'overwrite.cli.url' => 'https://cloud.banditlair.com',
|
||||
'dbtype' => 'mysql',
|
||||
'version' => '13.0.0.14',
|
||||
'version' => '13.0.1.1',
|
||||
'dbname' => 'nextcloud',
|
||||
'dbhost' => 'db',
|
||||
'dbport' => '3306',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue