mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-07-01 10:35:35 +00:00
add intial docker-compose with mariadb, redis and nextcloud
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@ -0,0 +1,15 @@
|
||||
# volume
|
||||
VOLUME_PATH=/data/nextcloud
|
||||
|
||||
# nextcloud
|
||||
NEXTCLOUD_TAG=23-apache
|
||||
|
||||
# mariadb
|
||||
MARIADB_TAG=10
|
||||
|
||||
# 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