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:
parent
168c9ff404
commit
b9c6d3cb06
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue