[DOCKER] Automated PR for explo-deploy-tweaks_2025-07-19T18-13-23 - #107 #107
@@ -38,7 +38,7 @@
|
|||||||
| docker-socket-proxy | ghcr.io/tecnativa/docker-socket-proxy:latest |
|
| docker-socket-proxy | ghcr.io/tecnativa/docker-socket-proxy:latest |
|
||||||
| dockflare | alplat/dockflare:stable |
|
| dockflare | alplat/dockflare:stable |
|
||||||
| duplicati | lscr.io/linuxserver/duplicati:latest |
|
| duplicati | lscr.io/linuxserver/duplicati:latest |
|
||||||
| easyapointments | alextselegidis/easyappointments:latest |
|
| easyappointments | alextselegidis/easyappointments:1.5.1 |
|
||||||
| excalidraw | excalidraw/excalidraw:latest |
|
| excalidraw | excalidraw/excalidraw:latest |
|
||||||
| explo | ghcr.io/lumepart/explo:latest |
|
| explo | ghcr.io/lumepart/explo:latest |
|
||||||
| fastenhealth | ghcr.io/fastenhealth/fasten-onprem:main |
|
| fastenhealth | ghcr.io/fastenhealth/fasten-onprem:main |
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
| garage | dxflrs/garage:v2.0.0 |
|
| garage | dxflrs/garage:v2.0.0 |
|
||||||
| garage-webui | khairul169/garage-webui:latest |
|
| garage-webui | khairul169/garage-webui:latest |
|
||||||
| ghost | ghost:latest |
|
| ghost | ghost:latest |
|
||||||
| gitea | gitea/gitea:1.24.0 |
|
| gitea | gitea/gitea:1.24.3 |
|
||||||
| gitea-db | postgres:14 |
|
| gitea-db | postgres:14 |
|
||||||
| gitea-runner | gitea/act_runner:latest |
|
| gitea-runner | gitea/act_runner:latest |
|
||||||
| gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 |
|
| gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 |
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
| postal-worker | ghcr.io/postalserver/postal:latest |
|
| postal-worker | ghcr.io/postalserver/postal:latest |
|
||||||
| prowlarr | lscr.io/linuxserver/prowlarr:latest |
|
| prowlarr | lscr.io/linuxserver/prowlarr:latest |
|
||||||
| qbit-manage | ghcr.io/stuffanthings/qbit_manage:latest |
|
| qbit-manage | ghcr.io/stuffanthings/qbit_manage:latest |
|
||||||
| qbittorrentvpn | ghcr.io/binhex/arch-qbittorrentvpn:latest |
|
| qbittorrentvpn | ghcr.io/binhex/arch-qbittorrentvpn:5.1.2-1-03 |
|
||||||
| radarec | thewicklowwolf/radarec:latest |
|
| radarec | thewicklowwolf/radarec:latest |
|
||||||
| radarr | lscr.io/linuxserver/radarr:latest |
|
| radarr | lscr.io/linuxserver/radarr:latest |
|
||||||
| reactive-resume | amruthpillai/reactive-resume:latest |
|
| reactive-resume | amruthpillai/reactive-resume:latest |
|
||||||
|
|||||||
+1
-24
@@ -1367,30 +1367,7 @@ services:
|
|||||||
container_name: explo
|
container_name: explo
|
||||||
environment:
|
environment:
|
||||||
CRON_SCHEDULE: 0 8 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight (UTC time)
|
CRON_SCHEDULE: 0 8 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight (UTC time)
|
||||||
# Music system you use (emby, jellyfin, mpd, plex or subsonic)
|
TZ: ${TZ}
|
||||||
EXPLO_SYSTEM: subsonic
|
|
||||||
SYSTEM_URL: http://navidrome:4533
|
|
||||||
SYSTEM_USERNAME: ${NAVIDROME_USERNAME}
|
|
||||||
SYSTEM_PASSWORD: ${NAVIDROME_PASSWORD}
|
|
||||||
DOWNLOAD_DIR: /downloads
|
|
||||||
PLAYLIST_DIR: /playlists
|
|
||||||
LISTENBRAINZ_USER: Trez.One
|
|
||||||
YOUTUBE_API_KEY: ${YOUTUBE_DATA_API_V3_KEY}
|
|
||||||
# Assign a custom path to yt-dlp
|
|
||||||
# YTDLP_PATH=
|
|
||||||
# Keywords to ignore on videos downloaded by youtube (separated by only commas)
|
|
||||||
FILTER_LIST: live,remix,instrumental,extended
|
|
||||||
# Define a custom filename sepatator for special characters
|
|
||||||
# FILENAME_SEPARATOR=
|
|
||||||
# true to keep pervious weeks discoveries, only set to false if the parent folder only contains discovered songs (deletes every file in folder)
|
|
||||||
PERSIST: true
|
|
||||||
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
|
|
||||||
LISTENBRAINZ_DISCOVERY: playlist
|
|
||||||
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
|
|
||||||
SLEEP: 5
|
|
||||||
# Whether to provide additional info for debugging
|
|
||||||
DEBUG: true
|
|
||||||
SINGLE_ARTIST: true
|
|
||||||
image: ghcr.io/lumepart/explo:latest
|
image: ghcr.io/lumepart/explo:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user