From 76ec2915fa0160c39561069380bb92b149a2afb9 Mon Sep 17 00:00:00 2001 From: Neuro Date: Sun, 28 Apr 2024 02:44:07 -0400 Subject: [PATCH] more clean --- .gitignore | 2 +- README.md | 2 +- nextcloud/docker-compose.yml | 2 +- readers/.env.example | 2 +- wordpress/.env.example | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 29ea3ea..e0f37f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .env -config/ \ No newline at end of file +config/ diff --git a/README.md b/README.md index 3735c87..b5a4dea 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index fa92395..fd52d57 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -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 diff --git a/readers/.env.example b/readers/.env.example index 063b7fe..604cbf5 100644 --- a/readers/.env.example +++ b/readers/.env.example @@ -4,4 +4,4 @@ GID=1000 TZ=Etc/UTC CONFIG_LOCATION=./config DATA_LOCATION=./data -EMAIL=example@mail.com \ No newline at end of file +EMAIL=example@mail.com diff --git a/wordpress/.env.example b/wordpress/.env.example index 04b6198..7df0b83 100644 --- a/wordpress/.env.example +++ b/wordpress/.env.example @@ -1,3 +1,3 @@ DOMAIN=example.com DBPASS=password -EMAIL=example@mail.com \ No newline at end of file +EMAIL=example@mail.com