mirror of
https://github.com/cupcakearmy/livestream.git
synced 2024-12-22 08:06:26 +00:00
11 lines
157 B
YAML
11 lines
157 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
build: ./
|
||
|
ports:
|
||
|
- 80:80
|
||
|
- 8000:8000
|
||
|
volumes:
|
||
|
- ./icecast.xml:/usr/share/icecast/icecast.xml
|