Initial commit - Navi.FM v3
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user