remove internal relay

This commit is contained in:
deflax 2022-03-28 18:45:24 -04:00
parent f3f6d2d2ea
commit 0ced89e88a
2 changed files with 0 additions and 17 deletions

View file

@ -9,11 +9,3 @@ services:
- radiobot.env
command: python3 -u main.py
restart: always
relay:
image: infiniteproject/icecast
env_file:
- relay.env
ports:
- 8000:8000
restart: always

View file

@ -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