mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 10:47:19 +03:00
22 lines
496 B
YAML
22 lines
496 B
YAML
# This is just an example. Customize it to your needs.
|
|
|
|
version: "3"
|
|
services:
|
|
navidrome:
|
|
image: deluan/navidrome:latest
|
|
ports:
|
|
- "4533:4533"
|
|
environment:
|
|
# All options with their default values:
|
|
ND_MUSICFOLDER: /music
|
|
ND_DATAFOLDER: /data
|
|
ND_SCANINTERVAL: 1m
|
|
ND_LOGLEVEL: info
|
|
ND_PORT: 4533
|
|
ND_TRANSCODINGCACHESIZE: 100MB
|
|
ND_SESSIONTIMEOUT: 30m
|
|
ND_BASEURL: ""
|
|
volumes:
|
|
- "./data:/data"
|
|
- "./music:/music"
|