remove nginx proxy

add networks for connecting to reverse proxy
This commit is contained in:
2022-02-08 18:14:51 +00:00
parent 29a86b1923
commit 4c21dc9718
2 changed files with 17 additions and 22 deletions

View File

@ -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