chore(video-studio): 🔧 Update Docker Compose services, networks, and volumes for video studio feature

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-19 19:58:06 -07:00
parent 168c9ff404
commit b9c6d3cb06

View file

@ -9,7 +9,7 @@ services:
POSTGRES_USER: ${DATABASE_POSTGRES_USER:-lilith}
POSTGRES_PASSWORD: ${DATABASE_POSTGRES_PASSWORD:-lilith_dev}
ports:
- "25470:5432"
- "25473:5432"
volumes:
- video_studio_postgres_data:/var/lib/postgresql/data
healthcheck: