Merge branch 'YellowWords-fix-nextcloud-with-vpn'

This commit is contained in:
Nicolas Meienberger 2023-02-27 18:57:42 +01:00
commit 33daccf1d2
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"exposable": true, "exposable": true,
"port": 8083, "port": 8083,
"id": "nextcloud", "id": "nextcloud",
"tipi_version": 8, "tipi_version": 9,
"version": "25.0.3-apache", "version": "25.0.4-apache",
"categories": [ "categories": ["data"],
"data"
],
"description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.", "description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.",
"short_desc": "Productivity platform that keeps you in control", "short_desc": "Productivity platform that keeps you in control",
"author": "Nextcloud GmbH", "author": "Nextcloud GmbH",

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
nextcloud: nextcloud:
container_name: nextcloud container_name: nextcloud
image: nextcloud:25.0.3-apache image: nextcloud:25.0.4-apache
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
@ -19,7 +19,6 @@ services:
- NEXTCLOUD_ADMIN_PASSWORD=${NEXTCLOUD_ADMIN_PASSWORD} - NEXTCLOUD_ADMIN_PASSWORD=${NEXTCLOUD_ADMIN_PASSWORD}
- NEXTCLOUD_TRUSTED_DOMAINS=${APP_DOMAIN} - NEXTCLOUD_TRUSTED_DOMAINS=${APP_DOMAIN}
- TRUSTED_PROXIES=172.16.0.0/12 - TRUSTED_PROXIES=172.16.0.0/12
- OVERWRITEHOST=${APP_DOMAIN}
- OVERWRITEPROTOCOL=${APP_PROTOCOL:-http} - OVERWRITEPROTOCOL=${APP_PROTOCOL:-http}
depends_on: depends_on:
- db-nextcloud - db-nextcloud
@ -80,5 +79,3 @@ services:
- redis-nextcloud - redis-nextcloud
networks: networks:
- tipi_main_network - tipi_main_network