Skip to content

Commit 5a76075

Browse files
Bot Updating Templated Files
1 parent cc2b2ac commit 5a76075

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,45 @@ app_setup_block: |
2727
Web interface is at `<your ip>:8081`.
2828
2929
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
3169
# changelog
3270
changelogs:
3371
- {date: "02.03.25:", desc: "Rebase to Alpine 3.21."}

0 commit comments

Comments
 (0)