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
app_setup_block: "Web interface is at `<your ip>:8081`. \n\nSet paths for downloads, tv-shows to match docker mappings via the webui, for more information check out [{{ project_name|capitalize }}]({{ project_url }}).\n"
27
+
# init diagram
28
+
init_diagram: |
29
+
"medusa:latest": {
30
+
docker-mods
31
+
base {
32
+
fix-attr +\nlegacy cont-init
33
+
}
34
+
docker-mods -> base
35
+
legacy-services
36
+
custom services
37
+
init-services -> legacy-services
38
+
init-services -> custom services
39
+
custom services -> legacy-services
40
+
legacy-services -> ci-service-check
41
+
init-migrations -> init-adduser
42
+
init-os-end -> init-config
43
+
init-config -> init-config-end
44
+
init-medusa-config -> init-config-end
45
+
init-os-end -> init-crontab-config
46
+
init-mods-end -> init-custom-files
47
+
base -> init-envfile
48
+
init-config -> init-medusa-config
49
+
base -> init-migrations
50
+
base -> init-mods
51
+
init-config-end -> init-mods
52
+
init-mods -> init-mods-end
53
+
init-mods-package-install -> init-mods-end
54
+
init-mods -> init-mods-package-install
55
+
base -> init-os-end
56
+
init-adduser -> init-os-end
57
+
init-envfile -> init-os-end
58
+
init-migrations -> init-os-end
59
+
init-custom-files -> init-services
60
+
init-mods-end -> init-services
61
+
init-services -> svc-cron
62
+
svc-cron -> legacy-services
63
+
init-services -> svc-medusa
64
+
svc-medusa -> legacy-services
65
+
}
66
+
Base Images: {
67
+
"baseimage-alpine:3.19"
68
+
}
69
+
"medusa:latest" <- Base Images
27
70
# changelog
28
71
changelogs:
29
72
- {date: "08.01.24:", desc: "Rebase to Alpine 3.19."}
0 commit comments