Skip to content

Commit 53d600f

Browse files
Bot Updating Templated Files
1 parent e75510c commit 53d600f

1 file changed

Lines changed: 44 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ available_architectures:
1212
param_container_name: "{{ project_name }}"
1313
param_usage_include_vols: true
1414
param_volumes:
15-
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
15+
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
1616
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Download location"}
1717
- {vol_path: "/tv", vol_host_path: "/path/to/tv/shows", desc: "TV Shows location"}
1818
param_usage_include_ports: true
@@ -24,6 +24,49 @@ param_env_vars:
2424
# application setup block
2525
app_setup_block_enabled: true
2626
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
2770
# changelog
2871
changelogs:
2972
- {date: "08.01.24:", desc: "Rebase to Alpine 3.19."}

0 commit comments

Comments
 (0)