Files
ffmpeg-worker/docker-compose.test.yml
Bill 661be16316 fix: use separate port for integration tests to avoid conflicts
Integration tests now use port 8099 via docker-compose.test.yml with an
isolated project name, preventing conflicts with other services running
on port 8000.
2025-11-30 18:16:28 -05:00

11 lines
174 B
YAML

services:
ffmpeg-worker:
build: .
ports:
- "8099:8000"
volumes:
- ./data:/data
environment:
- DATA_PATH=/data
- FFMPEG_TIMEOUT=3600