CORS implemented in a static manner: unable to configure on another machine

This commit is contained in:
aodulov
2025-10-15 13:45:36 +03:00
parent ea0e025b0e
commit 03d31011fd
18 changed files with 582 additions and 16 deletions

View File

@@ -6,12 +6,16 @@ services:
context: ./frontend
ports:
- "3000:80"
env_file:
- ./frontend/.env
backend:
build:
context: ./backend
ports:
- "8000:8000"
env_file:
- ./backend/.env
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}
- AUTH_PASSPHRASE=${AUTH_PASSPHRASE}