adding icecast radio
This commit is contained in:
@@ -68,3 +68,12 @@ services:
|
|||||||
POSTGRES_DB: "${POSTGRES_DB}"
|
POSTGRES_DB: "${POSTGRES_DB}"
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- 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
0
icecast/icecast.xml
Normal file
Reference in New Issue
Block a user