mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
update nginx client_max_body_size and some other stuff
This commit is contained in:
@@ -0,0 +1 @@
|
||||
client_max_body_size 10240m;
|
||||
@@ -8,6 +8,7 @@ services:
|
||||
- 443:443
|
||||
image: jwilder/nginx-proxy:latest
|
||||
volumes:
|
||||
- ./custom_settings.conf:/etc/nginx/conf.d/custom_settings.conf
|
||||
- nginx-certs:/etc/nginx/certs
|
||||
- nginx-vhost:/etc/nginx/vhost.d
|
||||
- nginx-html:/usr/share/nginx/html
|
||||
|
||||
@@ -1,13 +1,18 @@
|
||||
version: '3'
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:latest
|
||||
image: linuxserver/nextcloud:latest
|
||||
volumes:
|
||||
- /mnt/nextcloud-data:/var/www/html:rw
|
||||
environments:
|
||||
VIRTUAL_HOST: "nextcloud.home.toozhao.com"
|
||||
- /mnt/nextcloud-data:/data
|
||||
- /mnt/configs/nextcloud:/config
|
||||
ports:
|
||||
- "80"
|
||||
environment:
|
||||
# PUID: 0
|
||||
#PGID: 0
|
||||
VIRTUAL_HOST: "cloud.home.toozhao.com"
|
||||
VIRTUAL_PORT: 80
|
||||
LETSENCRYPT_HOST: "nextcloud.home.toozhao.com"
|
||||
LETSENCRYPT_HOST: "cloud.home.toozhao.com"
|
||||
LETSENCRYPT_EMAIL: "me@toozhao.com"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
volumes:
|
||||
- /mnt/plex:/config
|
||||
- /mnt/plex-temp:/transcode
|
||||
- /data:/data
|
||||
- /mnt/downloads:/data
|
||||
networks:
|
||||
- gateway_default
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user