feat: Update Docker configuration for improved streaming setup

- Updated docker-compose.yml with latest streaming configuration
- Ready for production deployment integration
This commit is contained in:
Glenn Thompson 2025-10-02 17:44:04 +03:00
parent e4df9aa9b3
commit cc8600d2d8
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ services:
context: .
dockerfile: Dockerfile.liquidsoap
container_name: asteroid-liquidsoap
ports:
- "1234:1234"
depends_on:
- icecast
volumes: