mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2026-01-06 03:42:36 +01:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user