From 2a2e92c7ca24b6c97524745de56ca70e355fef02 Mon Sep 17 00:00:00 2001 From: robo <30987265+Robonau@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:52:02 +0100 Subject: [PATCH] [skip ci] uncomment the flaresolver envs in the compose (#102) * [skip ci] uncomment the flaresolver envs in the compose if the example compose is gonna run flaresolver then it should probably enable and set the url for it * Update docker-compose.yml --------- Co-authored-by: Mitchell Syer --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a415398..6f6058c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,9 @@ services: image: ghcr.io/suwayomi/tachidesk:preview environment: - TZ=Etc/UTC # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + # Comment these out if you do not use the flaresolverr container at the bottom of this file + - FLARESOLVERR_ENABLED=true + - FLARESOLVERR_URL=http://flaresolverr:8191 # ################################################################################################# # # !!! IMPORTANT !!! @@ -23,8 +26,6 @@ services: # - BASIC_AUTH_USERNAME=manga # - BASIC_AUTH_PASSWORD=hello123 # - EXTENSION_REPOS=["http://github.com/orginazation-name/repo-name", "http://github.com/orginazation-name-2/repo-name-2"] -# - FLARESOLVERR_ENABLED=true -# - FLARESOLVERR_URL=http://flaresolverr:8191 volumes: - ./data:/home/suwayomi/.local/share/Tachidesk ports: