virgil-ai/compose.yaml
2025-07-25 14:01:16 +03:00

10 lines
221 B
YAML

services:
lolly-api:
build: .
command: uv run fastapi run src/main.py --host 0.0.0.0 --port 8000
env_file:
- .env
ports:
- "${PUBLIC_API_PORT:-7311}:8000"
volumes:
- ./src:/app/src