Format docker-compose.yml, use ghcr.io when possible
This commit is contained in:
		
							parent
							
								
									4d294aae51
								
							
						
					
					
						commit
						159187b563
					
				|  | @ -26,7 +26,7 @@ services: | ||||||
|       - "traefik.http.routers.traefik.middlewares=common-auth@file" |       - "traefik.http.routers.traefik.middlewares=common-auth@file" | ||||||
| 
 | 
 | ||||||
|   deluge: |   deluge: | ||||||
|         image: linuxserver/deluge |     image: ghcr.io/linuxserver/deluge | ||||||
|     container_name: deluge |     container_name: deluge | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  | @ -43,7 +43,7 @@ services: | ||||||
|       - "traefik.http.routers.deluge.middlewares=common-auth@file" |       - "traefik.http.routers.deluge.middlewares=common-auth@file" | ||||||
| 
 | 
 | ||||||
|   plex: |   plex: | ||||||
|         image: linuxserver/plex |     image: ghcr.io/linuxserver/plex | ||||||
|     container_name: plex |     container_name: plex | ||||||
|     restart: always |     restart: always | ||||||
|     ports: |     ports: | ||||||
|  | @ -67,7 +67,7 @@ services: | ||||||
|       - "traefik.http.routers.plex.rule=Host(`plex.${TRAEFIK_DOMAIN}`)" |       - "traefik.http.routers.plex.rule=Host(`plex.${TRAEFIK_DOMAIN}`)" | ||||||
| 
 | 
 | ||||||
|   jackett: |   jackett: | ||||||
|         image: linuxserver/jackett |     image: ghcr.io/linuxserver/jackett | ||||||
|     container_name: jackett |     container_name: jackett | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  | @ -84,7 +84,7 @@ services: | ||||||
|       - "traefik.http.routers.jackett.middlewares=common-auth@file" |       - "traefik.http.routers.jackett.middlewares=common-auth@file" | ||||||
|      |      | ||||||
|   sonarr: |   sonarr: | ||||||
|         image: linuxserver/sonarr:preview |     image: ghcr.io/linuxserver/sonarr:preview | ||||||
|     container_name: sonarr |     container_name: sonarr | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  | @ -101,7 +101,7 @@ services: | ||||||
|       - "traefik.http.routers.sonarr.middlewares=common-auth@file" |       - "traefik.http.routers.sonarr.middlewares=common-auth@file" | ||||||
| 
 | 
 | ||||||
|   radarr: |   radarr: | ||||||
|         image: linuxserver/radarr:develop |     image: ghcr.io/linuxserver/radarr:develop | ||||||
|     container_name: radarr |     container_name: radarr | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  | @ -118,7 +118,7 @@ services: | ||||||
|       - "traefik.http.routers.radarr.middlewares=common-auth@file" |       - "traefik.http.routers.radarr.middlewares=common-auth@file" | ||||||
| 
 | 
 | ||||||
|   bazarr: |   bazarr: | ||||||
|         image: linuxserver/bazarr |     image: ghcr.io/linuxserver/bazarr | ||||||
|     container_name: bazarr |     container_name: bazarr | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  | @ -134,7 +134,7 @@ services: | ||||||
|       - "traefik.http.routers.bazarr.middlewares=common-auth@file" |       - "traefik.http.routers.bazarr.middlewares=common-auth@file" | ||||||
| 
 | 
 | ||||||
|   lidarr: |   lidarr: | ||||||
|         image: linuxserver/lidarr:preview |     image: ghcr.io/linuxserver/lidarr:preview | ||||||
|     container_name: lidarr |     container_name: lidarr | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  | @ -150,7 +150,7 @@ services: | ||||||
|       - "traefik.http.routers.lidarr.middlewares=common-auth@file" |       - "traefik.http.routers.lidarr.middlewares=common-auth@file" | ||||||
| 
 | 
 | ||||||
|   tautulli: |   tautulli: | ||||||
|         image: linuxserver/tautulli |     image: ghcr.io/linuxserver/tautulli | ||||||
|     container_name: tautulli |     container_name: tautulli | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|  | @ -270,7 +270,7 @@ services: | ||||||
|       - "traefik.http.routers.netdata.middlewares=common-auth@file" |       - "traefik.http.routers.netdata.middlewares=common-auth@file" | ||||||
| 
 | 
 | ||||||
|   duplicati: |   duplicati: | ||||||
|         image: linuxserver/duplicati |     image: ghcr.io/linuxserver/duplicati | ||||||
|     container_name: duplicati |     container_name: duplicati | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|     environment: |     environment: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue