remove internal relay
This commit is contained in:
parent
f3f6d2d2ea
commit
0ced89e88a
2 changed files with 0 additions and 17 deletions
|
@ -9,11 +9,3 @@ services:
|
||||||
- radiobot.env
|
- radiobot.env
|
||||||
command: python3 -u main.py
|
command: python3 -u main.py
|
||||||
restart: always
|
restart: always
|
||||||
relay:
|
|
||||||
image: infiniteproject/icecast
|
|
||||||
env_file:
|
|
||||||
- relay.env
|
|
||||||
ports:
|
|
||||||
- 8000:8000
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
ICECAST_SOURCE_PASSWORD=hackme
|
|
||||||
ICECAST_ADMIN_PASSWORD=hackme
|
|
||||||
ICECAST_RELAY_PASSWORD=hackme
|
|
||||||
ICECAST_ADMIN_USERNAME=admin
|
|
||||||
ICECAST_ADMIN_EMAIL=admin@example.net
|
|
||||||
ICECAST_LOCATION=Earth
|
|
||||||
ICECAST_HOSTNAME=example.net
|
|
||||||
ICECAST_MAX_CLIENTS=100
|
|
||||||
ICECAST_MAX_SOURCES=1
|
|
Loading…
Reference in a new issue