fixed onlyoffice connection problem
This commit is contained in:
parent
15174fabcd
commit
6917c6324c
6 changed files with 45 additions and 30 deletions
|
|
@ -1,15 +1,15 @@
|
|||
# Nextcloud-Stack
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:31.0-fpm
|
||||
image: nextcloud:31.0-fpm
|
||||
container_name: nextcloud
|
||||
depends_on:
|
||||
- nextcloud-redis
|
||||
environment:
|
||||
- DOMAIN=${DOMAIN}
|
||||
- NEXTCLOUD_ADMIN_USER=${NEXTCLOUD_ADMIN_USER:-admin}
|
||||
- NEXTCLOUD_ADMIN_PASSWORD=${NEXTCLOUD_ADMIN_PASSWORD:-admin}
|
||||
- NEXTCLOUD_DEFAULT_PHONE_REGION=DE
|
||||
- NEXTCLOUD_TRUSTED_DOMAINS=${NEXTCLOUD_TRUSTED_DOMAINS}
|
||||
- ONLYOFFICE_JWT_SECRET=${ONLYOFFICE_JWT_SECRET}
|
||||
- POSTGRES_DB=${NEXTCLOUD_DB_NAME}
|
||||
- POSTGRES_HOST=${NEXTCLOUD_DB_HOST}
|
||||
|
|
@ -18,13 +18,11 @@ services:
|
|||
- OVERWRITEPROTOCOL=https
|
||||
- OVERWRITEHOST=${NEXTCLOUD_DOMAIN}
|
||||
- REDIS_HOST=nextcloud-redis
|
||||
- TRUSTED_PROXIES=traefik
|
||||
labels:
|
||||
- "traefik.enable=false"
|
||||
volumes:
|
||||
- nextcloud-data:/var/www/html
|
||||
- ./hooks/post-installation:/docker-entrypoint-hooks.d/post-installation
|
||||
#- ./custom/custom-config.php:/var/www/html/config/custom-config.php
|
||||
expose:
|
||||
- 80
|
||||
- 9000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue