From 9320148274241fd0838cff99e9a1623ef58ddf2c Mon Sep 17 00:00:00 2001 From: Neuro Date: Sun, 28 Apr 2024 02:40:08 -0400 Subject: [PATCH] cleanup and readme --- .env.example | 10 ---------- README.md | 14 +++++++------- arr/.env.example | 2 +- dashboard/.env.example | 2 +- db/.env.example | 1 - db/docker-compose.yml | 20 -------------------- nextcloud/.env.example | 2 +- nginx-proxy/.env.example | 1 + plex/.env.example | 2 +- 9 files changed, 12 insertions(+), 42 deletions(-) delete mode 100644 .env.example delete mode 100644 db/.env.example delete mode 100644 db/docker-compose.yml create mode 100644 nginx-proxy/.env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index c7c89a3..0000000 --- a/.env.example +++ /dev/null @@ -1,10 +0,0 @@ -PLEX_CLAIM= -DOMAIN=example.com -UID=1000 -GID=1000 -TZ=Etc/UTC -DBUSER=example -DBPASS=password -CONFIG_LOCATION=./config -DATA_LOCATION=./data -EMAIL=example@mail.com \ No newline at end of file diff --git a/README.md b/README.md index 48d9315..3735c87 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # media-server-docker-compose -### ENV - -``` -PLEX_CLAIM= -DOMAIN= - -``` \ No newline at end of file +* Arr - A collection of all the *arr apps like Radarr and Sonarr +* Dashboard - Replies on Homarr and Dashdot for a top-level dashboard +* Mail - An email service (WIP) +* Nginx-Proxy - Handles reverse proxy and SSL certs +* Plex - The Plex media server with stats +* Readers - Various media readers that can be accessed via the browser +* Wordpress - for making a site \ No newline at end of file diff --git a/arr/.env.example b/arr/.env.example index 063b7fe..604cbf5 100644 --- a/arr/.env.example +++ b/arr/.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/dashboard/.env.example b/dashboard/.env.example index 063b7fe..604cbf5 100644 --- a/dashboard/.env.example +++ b/dashboard/.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/db/.env.example b/db/.env.example deleted file mode 100644 index cf1ecf9..0000000 --- a/db/.env.example +++ /dev/null @@ -1 +0,0 @@ -DBPASS=password \ No newline at end of file diff --git a/db/docker-compose.yml b/db/docker-compose.yml deleted file mode 100644 index 203d041..0000000 --- a/db/docker-compose.yml +++ /dev/null @@ -1,20 +0,0 @@ -services: - redis: - image: redis:alpine - container_name: redis-dbcache - restart: unless-stopped - db: - image: mysql:latest - restart: always - environment: - MYSQL_ROOT_PASSWORD: ${DBPASS} - volumes: - - db:/var/lib/mysql - - ./docker/provision/mysql/init:/docker-entrypoint-initdb.d -volumes: - db: - external: true -networks: - default: - name: nginx-proxy - external: true diff --git a/nextcloud/.env.example b/nextcloud/.env.example index c442fca..0e3e3b6 100644 --- a/nextcloud/.env.example +++ b/nextcloud/.env.example @@ -5,4 +5,4 @@ TZ=Etc/UTC DBPASS=password CONFIG_LOCATION=./config DATA_LOCATION=./data -EMAIL=example@mail.com \ No newline at end of file +EMAIL=example@mail.com diff --git a/nginx-proxy/.env.example b/nginx-proxy/.env.example new file mode 100644 index 0000000..c8fbe59 --- /dev/null +++ b/nginx-proxy/.env.example @@ -0,0 +1 @@ +EMAIL=example@mail.com diff --git a/plex/.env.example b/plex/.env.example index 324e134..73f7de7 100644 --- a/plex/.env.example +++ b/plex/.env.example @@ -5,4 +5,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