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"
|
||||
|
||||
deluge:
|
||||
image: linuxserver/deluge
|
||||
image: ghcr.io/linuxserver/deluge
|
||||
container_name: deluge
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -43,7 +43,7 @@ services:
|
|||
- "traefik.http.routers.deluge.middlewares=common-auth@file"
|
||||
|
||||
plex:
|
||||
image: linuxserver/plex
|
||||
image: ghcr.io/linuxserver/plex
|
||||
container_name: plex
|
||||
restart: always
|
||||
ports:
|
||||
|
@ -67,7 +67,7 @@ services:
|
|||
- "traefik.http.routers.plex.rule=Host(`plex.${TRAEFIK_DOMAIN}`)"
|
||||
|
||||
jackett:
|
||||
image: linuxserver/jackett
|
||||
image: ghcr.io/linuxserver/jackett
|
||||
container_name: jackett
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -84,7 +84,7 @@ services:
|
|||
- "traefik.http.routers.jackett.middlewares=common-auth@file"
|
||||
|
||||
sonarr:
|
||||
image: linuxserver/sonarr:preview
|
||||
image: ghcr.io/linuxserver/sonarr:preview
|
||||
container_name: sonarr
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -101,7 +101,7 @@ services:
|
|||
- "traefik.http.routers.sonarr.middlewares=common-auth@file"
|
||||
|
||||
radarr:
|
||||
image: linuxserver/radarr:develop
|
||||
image: ghcr.io/linuxserver/radarr:develop
|
||||
container_name: radarr
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -118,7 +118,7 @@ services:
|
|||
- "traefik.http.routers.radarr.middlewares=common-auth@file"
|
||||
|
||||
bazarr:
|
||||
image: linuxserver/bazarr
|
||||
image: ghcr.io/linuxserver/bazarr
|
||||
container_name: bazarr
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -134,7 +134,7 @@ services:
|
|||
- "traefik.http.routers.bazarr.middlewares=common-auth@file"
|
||||
|
||||
lidarr:
|
||||
image: linuxserver/lidarr:preview
|
||||
image: ghcr.io/linuxserver/lidarr:preview
|
||||
container_name: lidarr
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -150,7 +150,7 @@ services:
|
|||
- "traefik.http.routers.lidarr.middlewares=common-auth@file"
|
||||
|
||||
tautulli:
|
||||
image: linuxserver/tautulli
|
||||
image: ghcr.io/linuxserver/tautulli
|
||||
container_name: tautulli
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -270,7 +270,7 @@ services:
|
|||
- "traefik.http.routers.netdata.middlewares=common-auth@file"
|
||||
|
||||
duplicati:
|
||||
image: linuxserver/duplicati
|
||||
image: ghcr.io/linuxserver/duplicati
|
||||
container_name: duplicati
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue