test!!! tmdb в отдельный севрис
This commit is contained in:
parent
b30c688bbe
commit
93b2e7d4cb
9 changed files with 172 additions and 26 deletions
|
|
@ -2,8 +2,9 @@ services:
|
|||
movie-search:
|
||||
build: .
|
||||
container_name: movie-search
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- TMDB_API_KEY=6d58225585fb77af5945a964de41849f
|
||||
- HOST=0.0.0.0
|
||||
- PORT=8000
|
||||
- TORAPI_URL=http://torrent-api:8000
|
||||
|
|
@ -57,9 +58,9 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile.telegram
|
||||
container_name: telegram-bot-findFilms
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- TMDB_API_KEY=6d58225585fb77af5945a964de41849f
|
||||
- TELEGRAM_BOT_TOKEN=7662650066:AAFgsfYJNYgpcSHaSe6fspsjqmhMkOBT1s4
|
||||
- TORRENT_SEARCH_URL=http://host.docker.internal:8443
|
||||
- TORRENT_ADD_URL=http://host.docker.internal:8088
|
||||
- QBITTORRENT_USERNAME=vrubelroman
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue