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