@@ -20,7 +20,6 @@ param_usage_include_vols: true
2020param_volumes :
2121 - {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Where daapd server stores its config and dbase files."}
2222 - {vol_path: "/music", vol_host_path: "/path/to/music", desc: "Map to your music folder."}
23-
2423# application setup block
2524app_setup_block_enabled : true
2625app_setup_block : |
@@ -41,6 +40,56 @@ app_setup_block: |
4140 The spotify connect server should show up as the 'forked-daapd' device in your Spotify application.
4241
4342 It is recommended to set the `pipe_autostart` option to `true` in your forked-daapd config.
43+ # init diagram
44+ init_diagram : |
45+ "daapd:latest": {
46+ docker-mods
47+ base {
48+ fix-attr +\nlegacy cont-init
49+ }
50+ docker-mods -> base
51+ legacy-services
52+ custom services
53+ init-services -> legacy-services
54+ init-services -> custom services
55+ custom services -> legacy-services
56+ legacy-services -> ci-service-check
57+ init-migrations -> init-adduser
58+ init-daapd-config -> init-audio-config
59+ init-os-end -> init-config
60+ init-audio-config -> init-config-end
61+ init-config -> init-config-end
62+ init-os-end -> init-crontab-config
63+ init-mods-end -> init-custom-files
64+ init-config -> init-daapd-config
65+ base -> init-envfile
66+ base -> init-migrations
67+ base -> init-mods
68+ init-config-end -> init-mods
69+ init-mods -> init-mods-end
70+ init-mods-package-install -> init-mods-end
71+ init-mods -> init-mods-package-install
72+ base -> init-os-end
73+ init-adduser -> init-os-end
74+ init-envfile -> init-os-end
75+ init-migrations -> init-os-end
76+ init-custom-files -> init-services
77+ init-mods-end -> init-services
78+ svc-dbus -> svc-avahi
79+ svc-avahi -> legacy-services
80+ init-services -> svc-cron
81+ svc-cron -> legacy-services
82+ init-services -> svc-dbus
83+ svc-dbus -> legacy-services
84+ init-services -> svc-forked
85+ svc-forked -> legacy-services
86+ init-services -> svc-librespot
87+ svc-librespot -> legacy-services
88+ }
89+ Base Images: {
90+ "baseimage-alpine:3.20"
91+ }
92+ "daapd:latest" <- Base Images
4493# changelog
4594changelogs :
4695 - {date: "27.08.24:", desc: "Rebase to Alpine 3.20."}
0 commit comments