Somes fixes

This commit is contained in:
Jean Froment 2021-01-31 18:10:41 +01:00
parent 74affa6dae
commit b550629665
2 changed files with 17 additions and 1 deletions

16
services.conf Normal file
View File

@ -0,0 +1,16 @@
deluge:enable
plex:enable
flaresolverr:enable
jackett:enable
sonarr:enable
radarr:enable
bazarr:enable
lidarr:enable
tautulli:enable
jdownloader:enable
tdarr:enable
nextcloud-db:enable
nextcloud:enable
portainer:enable
netdata:enable
duplicati:enable

View File

@ -5,7 +5,7 @@ source .env
echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth
# Fetch all YAML files # Fetch all YAML files
SERVICES=$(find services2 -name "*.yaml" -mindepth 1 -maxdepth 1 | sed -e 's/^/-f /') SERVICES=$(find services -mindepth 1 -maxdepth 1 -name "*.yaml" | sed -e 's/^/-f /')
ALL_SERVICES="-f docker-compose.yaml $SERVICES" ALL_SERVICES="-f docker-compose.yaml $SERVICES"
echo "[$0] ***** Pulling all images... *****" echo "[$0] ***** Pulling all images... *****"