commit
						9310e4b6f8
					
				|  | @ -17,7 +17,7 @@ seedbox and personal media server. | ||||||
| | Ombi               | ombi.yourdomain.com      | [linuxserver/ombi](https://hub.docker.com/r/linuxserver/ombi)      | *latest*               | Plex content requests       | | | Ombi               | ombi.yourdomain.com      | [linuxserver/ombi](https://hub.docker.com/r/linuxserver/ombi)      | *latest*               | Plex content requests       | | ||||||
| | Overseerr               | overseerr.yourdomain.com      | [linuxserver/overseerr](https://hub.docker.com/r/linuxserver/overseerr)      | *latest*               | Plex content requests       | | | Overseerr               | overseerr.yourdomain.com      | [linuxserver/overseerr](https://hub.docker.com/r/linuxserver/overseerr)      | *latest*               | Plex content requests       | | ||||||
| | Jackett              | jackett.yourdomain.com     | [linuxserver/jackett](https://hub.docker.com/r/linuxserver/jackett)    | *latest*                | Tracker indexer     | | | Jackett              | jackett.yourdomain.com     | [linuxserver/jackett](https://hub.docker.com/r/linuxserver/jackett)    | *latest*                | Tracker indexer     | | ||||||
| | Prowlarr              | prowlarr.yourdomain.com     | [linuxserver/prowlarr](https://hub.docker.com/r/linuxserver/prowlarr)    | *nightly*                | Tracker indexer **(new)**  | | | Prowlarr              | prowlarr.yourdomain.com     | [linuxserver/prowlarr](https://hub.docker.com/r/linuxserver/prowlarr)    | *develop*                | Tracker indexer | | ||||||
| | JDownloader          | jdownloader.yourdomain.com | [jlesage/jdownloader-2](https://hub.docker.com/r/jlesage/jdownloader-2)| *latest*                | Direct downloader   | | | JDownloader          | jdownloader.yourdomain.com | [jlesage/jdownloader-2](https://hub.docker.com/r/jlesage/jdownloader-2)| *latest*                | Direct downloader   | | ||||||
| | Tautulli (plexPy)    | tautulli.yourdomain.com    | [linuxserver/tautulli](https://hub.docker.com/r/linuxserver/tautulli)  | *latest*                | Plex stats and admin| | | Tautulli (plexPy)    | tautulli.yourdomain.com    | [linuxserver/tautulli](https://hub.docker.com/r/linuxserver/tautulli)  | *latest*                | Plex stats and admin| | ||||||
| | Tdarr            | tdarr.yourdomain.com   | [haveagitgat/tdarr](https://hub.docker.com/r/haveagitgat/tdarr)  | *latest*                | Re-encode files | | | Tdarr            | tdarr.yourdomain.com   | [haveagitgat/tdarr](https://hub.docker.com/r/haveagitgat/tdarr)  | *latest*                | Re-encode files | | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ services: | ||||||
|   jdownloader: |   jdownloader: | ||||||
|     image: jlesage/jdownloader-2 |     image: jlesage/jdownloader-2 | ||||||
|     container_name: jdownloader |     container_name: jdownloader | ||||||
|     restart: unless-stopped |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|       - configjdownloader:/config |       - configjdownloader:/config | ||||||
|       - downloads:/output |       - downloads:/output | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ services: | ||||||
|   nextcloud-db: |   nextcloud-db: | ||||||
|       image: mariadb:10 |       image: mariadb:10 | ||||||
|       container_name: nextcloud-db |       container_name: nextcloud-db | ||||||
|       command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW |       command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed | ||||||
|       restart: always |       restart: always | ||||||
|       environment: |       environment: | ||||||
|         - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} |         - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| services: | services: | ||||||
|   prowlarr: |   prowlarr: | ||||||
|     image: ghcr.io/linuxserver/prowlarr:nightly |     image: ghcr.io/linuxserver/prowlarr:develop | ||||||
|     container_name: prowlarr |     container_name: prowlarr | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ source .env | ||||||
| echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth | echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth | ||||||
| 
 | 
 | ||||||
| # Docker-compose settings | # Docker-compose settings | ||||||
| COMPOSE_HTTP_TIMEOUT=240 | export COMPOSE_HTTP_TIMEOUT=240 | ||||||
| 
 | 
 | ||||||
| if [[ ! -f services.conf ]]; then | if [[ ! -f services.conf ]]; then | ||||||
|   echo "[$0] No services.conf file found. Copying from sample file..." |   echo "[$0] No services.conf file found. Copying from sample file..." | ||||||
|  |  | ||||||
|  | @ -0,0 +1,3 @@ | ||||||
|  | #!/bin/bash | ||||||
|  | 
 | ||||||
|  | docker exec -it nextcloud updater.phar | ||||||
		Loading…
	
		Reference in New Issue