api / docker-compose.yml
safraeli's picture
Deploy: 2026 sensor migration + redesign + bucket B endpoints
13fc29d verified
Raw
History Blame Contribute Delete
354 Bytes
version: "3.9"
services:
api:
build:
context: .
dockerfile: backend/Dockerfile
ports:
- "7860:7860"
env_file: .env
environment:
- ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173
volumes:
- ./src:/app/src
- ./config:/app/config
- ./backend:/app/backend
- ./Data:/app/Data