Merge branch 'master' into master
This commit is contained in:
commit
0994276801
|
@ -2,7 +2,8 @@
|
|||
"name": "Navidrome",
|
||||
"available": true,
|
||||
"port": 4533,
|
||||
"id": "navidrome"
|
||||
"exposable": true,
|
||||
"id": "navidrome",
|
||||
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
|
||||
"tipi_version": 1,
|
||||
"version": "0.47.5",
|
||||
|
|
|
@ -3,18 +3,23 @@ services:
|
|||
navidrome:
|
||||
container_name: navidrome
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
ports:
|
||||
- ${APP_PORT}:4533
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Optional: put your config options customization here. Examples:
|
||||
ND_SCANSCHEDULE: 1h
|
||||
ND_LOGLEVEL: info
|
||||
ND_SESSIONTIMEOUT: 24h
|
||||
ND_BASEURL: ""
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/navidrome/data:/data
|
||||
- ${APP_DATA_DIR}/navidrome/music:/music:ro"
|
||||
- ${ROOT_FOLDER_HOST}/media/data/music:/music:ro
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.navidrome.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.navidrome.entrypoints: websecure
|
||||
traefik.http.routers.navidrome.service: navidrome
|
||||
traefik.http.routers.navidrome.tls.certresolver: myresolver
|
||||
traefik.http.services.navidrome.loadbalancer.server.port: 4533
|
||||
|
|
BIN
apps/navidrome/metadata/logo.jpg
Normal file
BIN
apps/navidrome/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue
Block a user