Обновить roles/navidrome/templates/docker-compose.yml.j2
This commit is contained in:
parent
a872053cad
commit
395bfd643e
@ -6,9 +6,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "{{ navidrome_port }}:4533"
|
- "{{ navidrome_port }}:4533"
|
||||||
volumes:
|
volumes:
|
||||||
- {{ navidrome_data_dir }}:/data
|
- "{{ navidrome_data_dir }}:/data"
|
||||||
- {{ navidrome_music_folder }}:/music:ro
|
- "{{ navidrome_music_folder }}:/music:ro"
|
||||||
- {{ navidrome_plugins_dir }}:/plugins:ro
|
- "{{ navidrome_plugins_dir }}:/plugins:ro"
|
||||||
environment:
|
environment:
|
||||||
- TZ={{ timezone }}
|
- TZ={{ timezone }}
|
||||||
- ND_MUSICFOLDER=/music
|
- ND_MUSICFOLDER=/music
|
||||||
@ -22,7 +22,6 @@ services:
|
|||||||
- ND_PLUGINS_AUTORELOAD={{ navidrome_plugins_autoreload | default('false') }}
|
- ND_PLUGINS_AUTORELOAD={{ navidrome_plugins_autoreload | default('false') }}
|
||||||
- ND_PLUGINS_LOGLEVEL={{ navidrome_plugins_log_level | default('info') }}
|
- ND_PLUGINS_LOGLEVEL={{ navidrome_plugins_log_level | default('info') }}
|
||||||
- ND_PLUGINS_CACHESIZE={{ navidrome_plugins_cache_size | default('200MB') }}
|
- ND_PLUGINS_CACHESIZE={{ navidrome_plugins_cache_size | default('200MB') }}
|
||||||
{% endif %}
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
Loading…
Reference in New Issue
Block a user