backend/.env
MODEL_URI=...
API_KEY=...
FOLDER_ID=...
frontend/.env.development
REACT_APP_SERVER_URL=http://localhost:8080
tgbot/app/.env
TGBOT_TOKEN=...
BACKEND_URL=...
BACKEND_USERNAME=...
BACKEND_PASSWORD=...
All secrets can be found in development Telegram chat.
docker compose up -d --build
docker compose stop