nextcloud-docker-compose/.env.example
Thumbscrew 4193d7ac4b replace mariadb with postgresql
load postgres and nextcloud db config from secrets to auto-configure
2022-01-31 21:30:08 +00:00

15 lines
304 B
Plaintext

# volume
VOLUME_PATH=/data/nextcloud
# 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