mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Added radio to docker compose
This commit is contained in:
@@ -75,3 +75,14 @@ nginx:
|
|||||||
- "radio:radio"
|
- "radio:radio"
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- api
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user