add intial docker-compose with mariadb, redis and nextcloud

This commit is contained in:
2022-01-31 20:31:00 +00:00
parent 0483eeaf1c
commit cb94c84ea0
4 changed files with 66 additions and 0 deletions

15
.env.example Normal file
View 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