refactor: split into two stacks - searchFilms/ (NL) and app/ (RU)
This commit is contained in:
parent
6ef3a10d0d
commit
51348a9d23
36 changed files with 326 additions and 1271 deletions
14
searchFilms/tmdb-proxy/docker-compose.yml
Normal file
14
searchFilms/tmdb-proxy/docker-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue