Create a personalized music broadcasting experience with a lightweight, self-hosted web application designed for internet radio. This platform provides everything needed to share audio content with listeners worldwide, combining a straightforward management interface with a clean, minimalistic player.
Key features include:
Whether you are running a community radio, sharing curated playlists, or hosting a personal broadcast, this tool provides a complete, independent broadcasting solution.
services:
airstation:
image: cheatsnake/airstation:latest
ports:
- "7331:7331"
volumes:
- ./data:/app/storage
- ./static:/app/static
restart: unless-stopped
environment:
AIRSTATION_SECRET_KEY: ${AIRSTATION_SECRET_KEY:-PASTE_YOUR_OWN_KEY}
AIRSTATION_JWT_SIGN: ${AIRSTATION_JWT_SIGN:-PASTE_RANDOM_STRING}
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:7331/"]
interval: 10s
timeout: 5s
retries: 3
start_period: 10s
AIRSTATION_SECRET_KEY=
AIRSTATION_JWT_SIGN=Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago