Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau committed Feb 1, 2024
1 parent a2dcd0e commit f8be4b3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ 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
- DEBUG=true
- BIND_IP=0.0.0.0
- BIND_PORT=4567
- SOCKS_PROXY_ENABLED=false
- DEBUG=false
- DOWNLOAD_AS_CBZ=true
- MAX_PARALLEL_UPDATE=3
- BASIC_AUTH_ENABLED=true
- BASIC_AUTH_USERNAME=manga
- BASIC_AUTH_PASSWORD=hello123
- FLARESOLVERR_ENABLED=true
- FLARESOLVERR_URL="http://flaresolverr:8191"
- FLARESOLVERR_URL=http://flaresolverr:8191
volumes:
- ./data:/home/suwayomi/.local/share/Tachidesk
ports:
Expand Down

0 comments on commit f8be4b3

Please sign in to comment.