[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 <Syer10@users.noreply.github.com>
This commit is contained in:
robo
2024-06-23 18:52:02 +01:00
committed by GitHub
parent c44eb5ada6
commit 2a2e92c7ca

View File

@@ -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: