mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
16 lines
211 B
YAML
16 lines
211 B
YAML
ices:
|
|
image: vimagick/ices
|
|
volumes:
|
|
- ./data:/etc/ices
|
|
devices:
|
|
- /dev/snd
|
|
links:
|
|
- icecast
|
|
restart: always
|
|
|
|
icecast:
|
|
image: vimagick/icecast
|
|
ports:
|
|
- "8000:8000"
|
|
restart: always
|