2021-01-15 09:44:22 +00:00
|
|
|
---
|
|
|
|
bazarr_enabled: false
|
2022-07-23 15:32:51 +00:00
|
|
|
bazarr_available_externally: false
|
2021-01-15 09:44:22 +00:00
|
|
|
|
|
|
|
# directories
|
|
|
|
bazarr_data_directory: "{{ docker_home }}/bazarr/config"
|
|
|
|
bazarr_tv_directory: "{{ tv_root }}"
|
|
|
|
bazarr_movies_directory: "{{ movies_root }}"
|
|
|
|
|
|
|
|
# uid/gid
|
|
|
|
bazarr_user_id: "0"
|
|
|
|
bazarr_group_id: "0"
|
|
|
|
|
|
|
|
# network
|
2021-01-19 17:18:12 +00:00
|
|
|
bazarr_port: "6767"
|
2021-02-21 19:50:07 +00:00
|
|
|
bazarr_hostname: "bazarr"
|
2021-02-23 15:16:29 +00:00
|
|
|
|
|
|
|
# specs
|
|
|
|
bazarr_memory: 1g
|
2022-08-28 15:17:33 +00:00
|
|
|
|
|
|
|
# docker
|
|
|
|
bazarr_container_name: bazarr
|