@@ -19,7 +19,7 @@ development_versions_items:
1919param_container_name : " {{ project_name }}"
2020param_usage_include_vols : true
2121param_volumes :
22- - { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
22+ - {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
2323 - {vol_path: "/comics", vol_host_path: "/path/to/comics", desc: "Map to your comics folder."}
2424 - {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Map to your downloads folder."}
2525param_usage_include_env : false
@@ -31,9 +31,52 @@ app_setup_block_enabled: true
3131app_setup_block : |
3232 The web ui for settings etc, is on `http://SERVERIP:8090`
3333 For more detailed setup options, refer to [{{ project_name|capitalize }}]({{ project_url }}).
34+ # init diagram
35+ init_diagram : |
36+ "mylar3:latest": {
37+ docker-mods
38+ base {
39+ fix-attr +\nlegacy cont-init
40+ }
41+ docker-mods -> base
42+ legacy-services
43+ custom services
44+ init-services -> legacy-services
45+ init-services -> custom services
46+ custom services -> legacy-services
47+ legacy-services -> ci-service-check
48+ init-migrations -> init-adduser
49+ init-os-end -> init-config
50+ init-config -> init-config-end
51+ init-mylar3-config -> init-config-end
52+ init-os-end -> init-crontab-config
53+ init-mods-end -> init-custom-files
54+ base -> init-envfile
55+ base -> init-migrations
56+ base -> init-mods
57+ init-config-end -> init-mods
58+ init-mods -> init-mods-end
59+ init-mods-package-install -> init-mods-end
60+ init-mods -> init-mods-package-install
61+ init-config -> init-mylar3-config
62+ base -> init-os-end
63+ init-adduser -> init-os-end
64+ init-envfile -> init-os-end
65+ init-migrations -> init-os-end
66+ init-custom-files -> init-services
67+ init-mods-end -> init-services
68+ init-services -> svc-cron
69+ svc-cron -> legacy-services
70+ init-services -> svc-mylar3
71+ svc-mylar3 -> legacy-services
72+ }
73+ Base Images: {
74+ "baseimage-alpine:3.19"
75+ }
76+ "mylar3:latest" <- Base Images
3477# changelog
3578changelogs :
36- - { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
79+ - {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
3780 - {date: "16.08.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
3881 - {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
3982 - {date: "11.07.23:", desc: "Rebase to Alpine 3.18"}
0 commit comments