cleanup and readme

This commit is contained in:
Neuro 2024-04-28 02:40:08 -04:00
parent e371d2c43b
commit 9320148274
9 changed files with 12 additions and 42 deletions

View File

@ -1,10 +0,0 @@
PLEX_CLAIM=<https://www.plex.tv/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

View File

@ -1,9 +1,9 @@
# media-server-docker-compose
### ENV
```
PLEX_CLAIM=
DOMAIN=
```
* 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

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

@ -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 +0,0 @@
DBPASS=password

View File

@ -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

View File

@ -5,4 +5,4 @@ TZ=Etc/UTC
DBPASS=password
CONFIG_LOCATION=./config
DATA_LOCATION=./data
EMAIL=example@mail.com
EMAIL=example@mail.com

1
nginx-proxy/.env.example Normal file
View File

@ -0,0 +1 @@
EMAIL=example@mail.com

View File

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