Update 2 files
- /group_vars/all.yml - /roles/qbittorrent/templates/docker-compose.yml.j2
This commit is contained in:
parent
68fcf1f9f3
commit
5c359ecbb8
@ -323,8 +323,8 @@ qbittorrent_puid: 1000
|
||||
qbittorrent_pgid: 1000
|
||||
qbittorrent_port_webui: 8080
|
||||
qbittorrent_port_torrent: 6881
|
||||
qbittorrent_user: "qbittorrent"
|
||||
qbittorrent_password: "13qeadZC"
|
||||
qbittorrent_webui_user: "admin"
|
||||
qbittorrent_webui_password: "13qeadZC"
|
||||
qbittorrent_smb_credentials_dir: "/etc/smb-creds"
|
||||
qbittorrent_smb_creds:
|
||||
olimp:
|
||||
|
||||
@ -8,6 +8,8 @@ services:
|
||||
- PGID={{ qbittorrent_pgid }}
|
||||
- TZ={{ timezone }}
|
||||
- WEBUI_PORT=8080
|
||||
- WEBUI_USER={{ qbittorrent_webui_user }}
|
||||
- WEBUI_PASS={{ qbittorrent_webui_password }}
|
||||
volumes:
|
||||
- "{{ qbittorrent_config_dir }}:/config"
|
||||
- "{{ qbittorrent_downloads_dir }}:/downloads"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user