Initial commit - Navi.FM v3

This commit is contained in:
Collin Kasbergen
2026-07-22 13:23:22 +02:00
commit badafc91e3
55 changed files with 6384 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
navifm:
build:
context: .
dockerfile: Dockerfile
container_name: navifm
ports:
- "8080:8080" # API and Web UI
volumes:
- ./data:/data
environment:
- DATA_DIR=/data
- TZ=Europe/Amsterdam
# If you change ICECAST_PASSWORD, you must also update icecast.xml!
- ICECAST_PASSWORD=hackme
restart: unless-stopped