mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
feat: switch Nextcloud app image to Apache and comment out trusted domains and proxies
This commit is contained in:
+4
-6
@@ -23,7 +23,7 @@ services:
|
|||||||
- nextcloud-net
|
- nextcloud-net
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:fpm-alpine
|
image: nextcloud:apache
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html:z
|
- nextcloud:/var/www/html:z
|
||||||
@@ -34,10 +34,8 @@ services:
|
|||||||
POSTGRES_DB: ${NEXTCLOUD_POSTGRES_DB}
|
POSTGRES_DB: ${NEXTCLOUD_POSTGRES_DB}
|
||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
NEXTCLOUD_TRUSTED_DOMAINS: cloud.${DOMAIN}
|
# NEXTCLOUD_TRUSTED_DOMAINS: cloud.${DOMAIN}
|
||||||
NEXTCLOUD_TRUSTED_PROXIES: ${NEXTCLOUD_TRUSTED_PROXIES}
|
# NEXTCLOUD_TRUSTED_PROXIES: ${NEXTCLOUD_TRUSTED_PROXIES}
|
||||||
# networks:
|
|
||||||
# - nextcloud-net
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
@@ -95,7 +93,7 @@ services:
|
|||||||
# - traefik.http.services.nextcloud.loadbalancer.server.port=80
|
# - traefik.http.services.nextcloud.loadbalancer.server.port=80
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:fpm-alpine
|
image: nextcloud:apache
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html:z
|
- nextcloud:/var/www/html:z
|
||||||
|
|||||||
Reference in New Issue
Block a user