Added radio

This commit is contained in:
Fergal Moran
2015-10-05 20:14:47 +01:00
parent 7c4fa3bce3
commit 3d4ec73e99

View File

@@ -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}