- Remove multi-marketplace from Phase 3 - Add FastAPI web UI on port 8766 with basic auth - Add 6 Jinja2 templates (dashboard, keywords, users, ads, stats) - Add pytest test suite (45 tests, 49% coverage) - Add GitHub Actions CI/CD workflow - Update docker-compose.yml to expose web UI port - Update Dockerfile to include tests
This commit is contained in:
@@ -7,8 +7,12 @@ services:
|
||||
environment:
|
||||
# Health check port (exposed to host for docker healthcheck)
|
||||
- HEALTH_PORT=8765
|
||||
# Web UI port
|
||||
- WEB_UI_PORT=8766
|
||||
# Scheduler staleness threshold in seconds
|
||||
- HEALTHCHECK_SCHEDULER_STALE_S=300
|
||||
ports:
|
||||
- "8766:8766" # Web UI
|
||||
networks:
|
||||
- supabase_default
|
||||
# Graceful shutdown timeout — Docker sends SIGTERM, container has this long to clean up.
|
||||
|
||||
Reference in New Issue
Block a user