mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Added radio
This commit is contained in:
@@ -71,7 +71,7 @@ nginx:
|
|||||||
icecast:
|
icecast:
|
||||||
image: moul/icecast:latest
|
image: moul/icecast:latest
|
||||||
volumes:
|
volumes:
|
||||||
- logs:/var/log/icecast2
|
- ./logs:/var/log/icecast2
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
- ICECAST_SOURCE_PASSWORD=RDzNlgqmj67vk
|
- ICECAST_SOURCE_PASSWORD=RDzNlgqmj67vk
|
||||||
@@ -79,3 +79,9 @@ icecast:
|
|||||||
- ICECAST_RELAY_PASSWORD=9PmUbI1mLne9o
|
- ICECAST_RELAY_PASSWORD=9PmUbI1mLne9o
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
|
radio:
|
||||||
|
build: dss.radio/
|
||||||
|
ports:
|
||||||
|
- "8888:8888"
|
||||||
|
environment:
|
||||||
|
- ICE_PASSWORD={$ICE_PASSWORD}
|
||||||
Reference in New Issue
Block a user