Update 'nextcloud/live.env.tpl'

This commit is contained in:
sporada 2021-05-02 14:26:05 +02:00
parent 5b80f9091c
commit b725a62c4a

View File

@ -15,13 +15,13 @@ NEXTCLOUD_ROOT=/home/compute/services/nextcloud
NEXTCLOUD_DATA_DIR=/srv/nextcloud/data NEXTCLOUD_DATA_DIR=/srv/nextcloud/data
NEXTCLOUD_FQDN=your_nextcloud_sub_domain.domain.com NEXTCLOUD_FQDN=your_nextcloud_sub_domain.domain.com
# This is the IP of the Trafik container. This changes if the traefik container restarts. If it is not the current traefik container IP collabora does not work. Check the current traefik container IP with: docker inspect traefik and get the IP from the Networks -> traefik_default -> IPAddress section # This is the IP of the Trafik container. This changes if the traefik container restarts. If it is not the current traefik container IP collabora does not work. Check the current traefik container IP with: docker inspect traefik and get the IP from the Networks -> traefik_default -> IPAddress section
TRAEFIK_CONTAINER_IP=172.27.0.16 TRAEFIK_CONTAINER_IP=172.27.0.16 # This has to be the current IP of the traefik container check this with docker inspect traefik
PHP_MEMORY_LIMIT=2048M PHP_MEMORY_LIMIT=2048M
PHP_UPLOAD_LIMIT=8G PHP_UPLOAD_LIMIT=8G
# Collabora # Collabora
COLLABORA_FQDN=collabora.domain.com COLLABORA_FQDN=collabora.domain.com
COLLABORA_DOMAIN=nextcloud_sub_domain\\.domain\\.com # This is the domain which the collabora server is requests accepting from. COLLABORA_DOMAIN=nextcloud_sub_domain\.domain\.com # This is the domain which the collabora server is requests accepting from.
COLLABORA_USERNAME=username COLLABORA_USERNAME=username
COLLABORA_PASSWORD=password_collabora COLLABORA_PASSWORD=password_collabora