Skip to content

Commit 5e3aaf9

Browse files
authored
Update docker-compose.yml
1 parent 5dc4ebf commit 5e3aaf9

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

docker-compose.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
services:
1111
androidtvbackground:
12-
image: ghcr.io/rwoof/androidtvbackground:latest
12+
image: ghcr.io/adelatour11/androidtvbackground:latest
1313
container_name: androidtvbackground
1414
network_mode: bridge
1515
user: 99:100
@@ -18,21 +18,22 @@ services:
1818
- /your/local/path/for/backgrounds:/backgrounds
1919
# Optional: Uncomment and edit the line below to enable copying generated backgrounds
2020
# to a custom folder after creation. This works only if POST_SCRIPT_SH=True is set.
21-
# - /path/on/host/tvbackgrounds:/config/tvbackgrounds
2221
environment:
2322
PLEX: False
24-
PLEXCOLOR: False
23+
PLEXCOLOR: True
24+
PLEXFRIEND: False
25+
PLEXFRIENDCOLOR: True
2526
JELLYFIN: False
2627
TMDB: False
27-
TMDBCOLOR: False
28+
TMDBCOLOR: True
2829
RADARRSONARR: False
29-
RADARRSONARRCOLOR: False
30+
RADARRSONARRCOLOR: True
3031
TRAKT: False
31-
CRON: False
32+
CRON: "0 0 * * *"
3233
# Note: If both POST_SCRIPT_PY and POST_SCRIPT_SH are set to True,
3334
# the Python script will run before the shell script.
3435
# Duplicate or conflicting code in both may cause errors or unexpected behavior.
3536
POST_SCRIPT_PY: False
36-
POST_SCRIPT_SH: False
37+
POST_SCRIPT_SH: true
3738
BASEURL: ${BASEURL}
3839
TOKEN: ${TOKEN}

0 commit comments

Comments
 (0)