You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-vars.yml
+39-1Lines changed: 39 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,45 @@ app_setup_block: |
27
27
Web interface is at `<your ip>:8081`.
28
28
29
29
Set paths for downloads, tv-shows to match docker mappings via the webui, for more information check out [{{ project_name|capitalize }}]({{ project_url }}).
30
-
30
+
# init diagram
31
+
init_diagram: |
32
+
"medusa:latest": {
33
+
docker-mods
34
+
base {
35
+
fix-attr +\nlegacy cont-init
36
+
}
37
+
docker-mods -> base
38
+
legacy-services
39
+
custom services
40
+
init-services -> legacy-services
41
+
init-services -> custom services
42
+
custom services -> legacy-services
43
+
legacy-services -> ci-service-check
44
+
init-migrations -> init-adduser
45
+
init-os-end -> init-config
46
+
init-config -> init-config-end
47
+
init-crontab-config -> init-config-end
48
+
init-medusa-config -> init-config-end
49
+
init-config -> init-crontab-config
50
+
init-mods-end -> init-custom-files
51
+
base -> init-envfile
52
+
init-config -> init-medusa-config
53
+
base -> init-migrations
54
+
init-config-end -> init-mods
55
+
init-mods-package-install -> init-mods-end
56
+
init-mods -> init-mods-package-install
57
+
init-adduser -> init-os-end
58
+
init-envfile -> init-os-end
59
+
init-custom-files -> init-services
60
+
init-services -> svc-cron
61
+
svc-cron -> legacy-services
62
+
init-services -> svc-medusa
63
+
svc-medusa -> legacy-services
64
+
}
65
+
Base Images: {
66
+
"baseimage-alpine:3.21"
67
+
}
68
+
"medusa:latest" <- Base Images
31
69
# changelog
32
70
changelogs:
33
71
- {date: "02.03.25:", desc: "Rebase to Alpine 3.21."}
0 commit comments