Added radio to docker compose

This commit is contained in:
Fergal Moran
2015-09-25 19:13:24 +01:00
parent 559e9ab229
commit 83a0bbd24b

View File

@@ -75,3 +75,14 @@ nginx:
- "radio:radio"
volumes_from:
- api
icecast:
image: moul/icecast:latest
volumes:
- logs:/var/log/icecast2
- /etc/localtime:/etc/localtime:ro
environment:
- ICECAST_SOURCE_PASSWORD=RDzNlgqmj67vk
- ICECAST_ADMIN_PASSWORD=CrVuP5evoJZ0.
- ICECAST_RELAY_PASSWORD=9PmUbI1mLne9o
ports:
- 8000:8000