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:
parent
e4df9aa9b3
commit
cc8600d2d8
|
|
@ -19,6 +19,8 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile.liquidsoap
|
||||
container_name: asteroid-liquidsoap
|
||||
ports:
|
||||
- "1234:1234"
|
||||
depends_on:
|
||||
- icecast
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue