cleanup and readme
This commit is contained in:
parent
e371d2c43b
commit
9320148274
10
.env.example
10
.env.example
|
@ -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
|
|
14
README.md
14
README.md
|
@ -1,9 +1,9 @@
|
||||||
# media-server-docker-compose
|
# media-server-docker-compose
|
||||||
|
|
||||||
### ENV
|
* 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)
|
||||||
PLEX_CLAIM=
|
* Nginx-Proxy - Handles reverse proxy and SSL certs
|
||||||
DOMAIN=
|
* Plex - The Plex media server with stats
|
||||||
|
* Readers - Various media readers that can be accessed via the browser
|
||||||
```
|
* Wordpress - for making a site
|
|
@ -4,4 +4,4 @@ GID=1000
|
||||||
TZ=Etc/UTC
|
TZ=Etc/UTC
|
||||||
CONFIG_LOCATION=./config
|
CONFIG_LOCATION=./config
|
||||||
DATA_LOCATION=./data
|
DATA_LOCATION=./data
|
||||||
EMAIL=example@mail.com
|
EMAIL=example@mail.com
|
||||||
|
|
|
@ -4,4 +4,4 @@ GID=1000
|
||||||
TZ=Etc/UTC
|
TZ=Etc/UTC
|
||||||
CONFIG_LOCATION=./config
|
CONFIG_LOCATION=./config
|
||||||
DATA_LOCATION=./data
|
DATA_LOCATION=./data
|
||||||
EMAIL=example@mail.com
|
EMAIL=example@mail.com
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
DBPASS=password
|
|
|
@ -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
|
|
|
@ -5,4 +5,4 @@ TZ=Etc/UTC
|
||||||
DBPASS=password
|
DBPASS=password
|
||||||
CONFIG_LOCATION=./config
|
CONFIG_LOCATION=./config
|
||||||
DATA_LOCATION=./data
|
DATA_LOCATION=./data
|
||||||
EMAIL=example@mail.com
|
EMAIL=example@mail.com
|
||||||
|
|
1
nginx-proxy/.env.example
Normal file
1
nginx-proxy/.env.example
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EMAIL=example@mail.com
|
|
@ -5,4 +5,4 @@ GID=1000
|
||||||
TZ=Etc/UTC
|
TZ=Etc/UTC
|
||||||
CONFIG_LOCATION=./config
|
CONFIG_LOCATION=./config
|
||||||
DATA_LOCATION=./data
|
DATA_LOCATION=./data
|
||||||
EMAIL=example@mail.com
|
EMAIL=example@mail.com
|
||||||
|
|
Loading…
Reference in New Issue
Block a user