more clean
This commit is contained in:
parent
9320148274
commit
76ec2915fa
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
.env
|
.env
|
||||||
config/
|
config/
|
||||||
|
|
|
@ -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
|
* Arr - A collection of all the *arr apps like Radarr and Sonarr
|
||||||
* Dashboard - Replies on Homarr and Dashdot for a top-level dashboard
|
* Dashboard - Replies on Homarr and Dashdot for a top-level dashboard
|
||||||
|
|
|
@ -29,7 +29,7 @@ services:
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
LETSENCRYPT_HOST: nextcloud.${DOMAIN}
|
LETSENCRYPT_HOST: nextcloud.${DOMAIN}
|
||||||
LETSENCRYPT_EMAIL: ${EMAIL}
|
LETSENCRYPT_EMAIL: ${EMAIL}
|
||||||
LETSENCRYPT_TEST: true
|
#LETSENCRYPT_TEST: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_LOCATION}/nextcloud:/config
|
- ${CONFIG_LOCATION}/nextcloud:/config
|
||||||
- ${DATA_LOCATION}/Cloud/Nextcloud:/data
|
- ${DATA_LOCATION}/Cloud/Nextcloud:/data
|
||||||
|
|
|
@ -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,3 +1,3 @@
|
||||||
DOMAIN=example.com
|
DOMAIN=example.com
|
||||||
DBPASS=password
|
DBPASS=password
|
||||||
EMAIL=example@mail.com
|
EMAIL=example@mail.com
|
||||||
|
|
Loading…
Reference in New Issue
Block a user