This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is an example configuration file that documents all the options. | |
| # It will need to be modified for your specific use case. | |
| # Please refer to the link below for more details on how to set up the configuration file | |
| # https://github.com/StuffAnThings/qbit_manage/wiki/Config-Setup | |
| commands: | |
| # The commands defined below will IGNORE any commands used in command line and docker env variables. | |
| dry_run: false | |
| cross_seed: true # Enable cross-seeding for better ratios | |
| recheck: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| services: | |
| profilarr: | |
| image: santiagosayshey/profilarr:latest # Use :beta for early access to new features | |
| container_name: profilarr | |
| expose: | |
| - 6868 | |
| volumes: | |
| - ./profilarr:/config # Updated path to follow project conventions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is an example configuration file that documents all the options. | |
| # It will need to be modified for your specific use case. | |
| # Please refer to the link below for more details on how to set up the configuration file | |
| # https://github.com/StuffAnThings/qbit_manage/wiki/Config-Setup | |
| commands: | |
| # The commands defined below will IGNORE any commands used in command line and docker env variables. | |
| dry_run: false | |
| cross_seed: true # Enable cross-seeding for better ratios | |
| recheck: false |