Somes fixes
This commit is contained in:
		
							parent
							
								
									74affa6dae
								
							
						
					
					
						commit
						b550629665
					
				|  | @ -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 | ||||||
|  | @ -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... *****" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue