From b5f72a9adaf834852783f0f25593588e20e12227 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 12:57:23 +0000 Subject: [PATCH] adding icecast radio --- docker-compose.yml | 9 +++++++++ icecast/icecast.xml | 0 2 files changed, 9 insertions(+) create mode 100644 icecast/icecast.xml diff --git a/docker-compose.yml b/docker-compose.yml index ab9391f..d20a97e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/icecast/icecast.xml b/icecast/icecast.xml new file mode 100644 index 0000000..e69de29