add lutris and vlc
This commit is contained in:
@@ -23,6 +23,8 @@
|
|||||||
libreoffice-qt-fresh
|
libreoffice-qt-fresh
|
||||||
ansible_2_18
|
ansible_2_18
|
||||||
trash-cli
|
trash-cli
|
||||||
|
lutris
|
||||||
|
vlc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -74,8 +74,8 @@ services:
|
|||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOWNLOAD_ETC_PATH}/radarr:/config
|
- ${DOWNLOAD_ETC_PATH}/radarr:/config
|
||||||
- ${DOWNLOAD_DONE_PATH}/Movies:/Movies #optional
|
|
||||||
- ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional
|
- ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional
|
||||||
|
- /mnt/mega/jellyfinMedia:/media
|
||||||
depends_on:
|
depends_on:
|
||||||
vpn:
|
vpn:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
@@ -87,28 +87,28 @@ services:
|
|||||||
required: true
|
required: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
sonarr:
|
# sonarr:
|
||||||
image: lscr.io/linuxserver/sonarr:latest
|
# image: lscr.io/linuxserver/sonarr:latest
|
||||||
network_mode: "service:vpn"
|
# network_mode: "service:vpn"
|
||||||
container_name: sonarr
|
# container_name: sonarr
|
||||||
environment:
|
# environment:
|
||||||
- PUID=1000
|
# - PUID=1000
|
||||||
- PGID=1000
|
# - PGID=1000
|
||||||
- TZ=${TZ}
|
# - TZ=${TZ}
|
||||||
volumes:
|
# volumes:
|
||||||
- ${DOWNLOAD_ETC_PATH}/sonarr:/config
|
# - ${DOWNLOAD_ETC_PATH}/sonarr:/config
|
||||||
- ${DOWNLOAD_DONE_PATH}/Shows:/tv #optional
|
# - ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional
|
||||||
- ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional
|
# - /mnt/mega/jellyfinMedia:/media
|
||||||
depends_on:
|
# depends_on:
|
||||||
vpn:
|
# vpn:
|
||||||
condition: service_started
|
# condition: service_started
|
||||||
restart: true
|
# restart: true
|
||||||
required: true
|
# required: true
|
||||||
prowlarr:
|
# prowlarr:
|
||||||
condition: service_started
|
# condition: service_started
|
||||||
restart: true
|
# restart: true
|
||||||
required: true
|
# required: true
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
bitmagnet:
|
bitmagnet:
|
||||||
image: ghcr.io/bitmagnet-io/bitmagnet:latest
|
image: ghcr.io/bitmagnet-io/bitmagnet:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user