refactor: split into two stacks - searchFilms/ (NL) and app/ (RU)

This commit is contained in:
vrubelroman 2026-06-03 09:29:09 +00:00
parent 6ef3a10d0d
commit 51348a9d23
36 changed files with 326 additions and 1271 deletions

View 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