test!!! tmdb в отдельный севрис
This commit is contained in:
parent
b30c688bbe
commit
93b2e7d4cb
9 changed files with 172 additions and 26 deletions
11
tmdb-proxy/docker-compose.yml
Normal file
11
tmdb-proxy/docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
tmdb-proxy:
|
||||
build: .
|
||||
container_name: tmdb-proxy
|
||||
environment:
|
||||
- TMDB_API_KEY=6d58225585fb77af5945a964de41849f
|
||||
- PORT=8001
|
||||
ports:
|
||||
- "0.0.0.0:8001:8001"
|
||||
restart: unless-stopped
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue