mirror of
https://github.com/kemko/icecast-ripper.git
synced 2026-01-01 15:55:42 +03:00
17 lines
336 B
YAML
17 lines
336 B
YAML
version: '3'
|
|
|
|
services:
|
|
icecast-recorder:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- STREAM_URL=http://example.com/stream
|
|
- CHECK_INTERVAL=60
|
|
- RECORD_DIRECTORY=/records
|
|
- CONNECT_TIMEOUT=10
|
|
- FIRST_BYTE_TIMEOUT=30
|
|
- WEB_SERVER_PORT=8080
|
|
volumes:
|
|
- ./records:/records
|