services: suwayomi: container_name: suwayomi image: ghcr.io/suwayomi/suwayomi-server:preview environment: - TZ=America/Moncton # 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 !!! # - server settings can be changed during runtime in the WebUI # - providing an environment variable will OVERWRITE the current setting value when starting the container # # ################################################################################################# # # example for setting env vars: # - BIND_IP=0.0.0.0 - BIND_PORT=4567 # - SOCKS_PROXY_ENABLED=false - DOWNLOAD_AS_CBZ=true # - BASIC_AUTH_ENABLED=true # - BASIC_AUTH_USERNAME=manga # - BASIC_AUTH_PASSWORD=hello123 # Disabled due to takedown: "https://raw.githubusercontent.com/Kohi-den/extensions/main/index.min.json" # Backup: "https://raw.githubusercontent.com/yuzono/manga-repo/repo/index.min.json" - EXTENSION_REPOS=["https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json", "https://raw.githubusercontent.com/suwayomi/tachiyomi-extension/repo/index.min.json"] volumes: - /docker/appdata/suwayomi/data:/home/suwayomi/.local/share/Tachidesk - /home/isaac/Media:/media ports: - "4567:4567" restart: unless-stopped flaresolverr: image: ghcr.io/thephaseless/byparr:latest container_name: flaresolverr environment: - TZ=America/Moncton # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ports: - "8191:8191" restart: unless-stopped syncyomi: container_name: syncyomi image: ghcr.io/syncyomi/syncyomi:latest restart: unless-stopped environment: - TZ=America/Moncton volumes: - /docker/appdata/syncyomi/config:/config ports: - 8282:8282