Add mobile-first kanban board view for Chorus triage #3

Merged
pyr0ball merged 9 commits from feat/chorus-triage-views into main 2026-07-15 20:14:53 -07:00
Showing only changes of commit 8ea7d6a2da - Show all commits

View file

@ -7,10 +7,15 @@ services:
- chorus_data:/data - chorus_data:/data
expose: expose:
- "8000" - "8000"
networks:
- default
- caddy-internal
bot: bot:
build: ./bot build: ./bot
env_file: .env env_file: .env
environment:
PYTHONUNBUFFERED: "1"
depends_on: depends_on:
- backend - backend
volumes: volumes:
@ -20,7 +25,16 @@ services:
build: ./frontend build: ./frontend
expose: expose:
- "80" - "80"
networks:
- default
- caddy-internal
volumes: volumes:
chorus_data: chorus_data:
chorus_bot_state: chorus_bot_state:
networks:
default:
caddy-internal:
name: caddy-proxy_caddy-internal
external: true