more clean

This commit is contained in:
Neuro 2024-04-28 02:44:07 -04:00
parent 9320148274
commit 76ec2915fa
5 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.env
config/
config/

View File

@ -1,4 +1,4 @@
# media-server-docker-compose
# Docker Compose for my Media Server
* Arr - A collection of all the *arr apps like Radarr and Sonarr
* Dashboard - Replies on Homarr and Dashdot for a top-level dashboard

View File

@ -29,7 +29,7 @@ services:
REDIS_HOST: redis
LETSENCRYPT_HOST: nextcloud.${DOMAIN}
LETSENCRYPT_EMAIL: ${EMAIL}
LETSENCRYPT_TEST: true
#LETSENCRYPT_TEST: true
volumes:
- ${CONFIG_LOCATION}/nextcloud:/config
- ${DATA_LOCATION}/Cloud/Nextcloud:/data

View File

@ -4,4 +4,4 @@ GID=1000
TZ=Etc/UTC
CONFIG_LOCATION=./config
DATA_LOCATION=./data
EMAIL=example@mail.com
EMAIL=example@mail.com

View File

@ -1,3 +1,3 @@
DOMAIN=example.com
DBPASS=password
EMAIL=example@mail.com
EMAIL=example@mail.com