1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/ices/docker-compose.yml

16 lines
211 B
YAML
Raw Normal View History

2017-03-05 18:40:01 +02:00
ices:
2017-04-22 10:51:33 +02:00
image: vimagick/ices
2017-03-05 18:40:01 +02:00
volumes:
2017-03-23 18:00:41 +02:00
- ./data:/etc/ices
2017-03-05 18:40:01 +02:00
devices:
- /dev/snd
links:
- icecast
restart: always
icecast:
2017-04-22 10:51:33 +02:00
image: vimagick/icecast
2017-03-05 18:40:01 +02:00
ports:
- "8000:8000"
restart: always