mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
20 lines
289 B
YAML
20 lines
289 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
ices:
|
|
image: vimagick/ices
|
|
volumes:
|
|
- ./data:/etc/ices
|
|
devices:
|
|
- /dev/snd
|
|
depends_on:
|
|
- icecast
|
|
restart: unless-stopped
|
|
|
|
icecast:
|
|
image: vimagick/icecast
|
|
ports:
|
|
- "8000:8000"
|
|
restart: unless-stopped
|