adding icecast radio

This commit is contained in:
2025-11-24 12:57:23 +00:00
parent 518ac38d94
commit b5f72a9ada
2 changed files with 9 additions and 0 deletions

View File

@@ -68,3 +68,12 @@ services:
POSTGRES_DB: "${POSTGRES_DB}"
networks:
- app-network
icecast2:
image: pltnk/icecast2
container_name: icecast2
restart: always
volumes:
- ./icecast/icecast.xml:/etc/icecast2/icecast.xml
env_file:
- ./.env

0
icecast/icecast.xml Normal file
View File