Убраны хардкодные значения TORRENT_SEARCH_URL, используется значение из .env
This commit is contained in:
parent
b154c27693
commit
fcfd741617
1 changed files with 0 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ services:
|
|||
- HOST=0.0.0.0
|
||||
- PORT=8000
|
||||
- TORAPI_URL=http://torrent-api:8000
|
||||
- TORRENT_SEARCH_URL=http://host.docker.internal:8443
|
||||
- TORRENT_ADD_URL=http://host.docker.internal:8088
|
||||
- QBITTORRENT_USERNAME=vrubelroman
|
||||
- QBITTORRENT_PASSWORD=vrubel07
|
||||
|
|
@ -61,7 +60,6 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- TORRENT_SEARCH_URL=http://host.docker.internal:8443
|
||||
- TORRENT_ADD_URL=http://host.docker.internal:8088
|
||||
- QBITTORRENT_USERNAME=vrubelroman
|
||||
- QBITTORRENT_PASSWORD=vrubel07
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue