mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-07-04 20:09:07 +00:00
remove nginx proxy
add networks for connecting to reverse proxy
This commit is contained in:
10
.env.example
10
.env.example
@ -1,15 +1,9 @@
|
||||
# volume
|
||||
# docker
|
||||
VOLUME_PATH=/data/nextcloud
|
||||
DOCKER_PROXY_NETWORK=proxy
|
||||
|
||||
# nextcloud
|
||||
NEXTCLOUD_TAG=23-apache
|
||||
|
||||
# postgres
|
||||
POSTGRES_TAG=14
|
||||
|
||||
# nginx
|
||||
NGINX_HOST=localhost # REPLACE
|
||||
NGINX_HTTP_PORT=80
|
||||
NGINX_HTTPS_PORT=443
|
||||
SSL_CERT_PATH=/etc/ssl/certs/ssl-cert-snakeoil.pem # REPLACE
|
||||
SSL_KEY_PATH=/etc/ssl/private/ssl-cert-snakeoil.key # REPLACE
|
Reference in New Issue
Block a user