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
Please note that the database configuration environment variables will apply _on first run only_, after which you will need to directly edit /config/config.yml to change your settings.
40
37
41
38
For more information please see the [official documentation](https://docs.requarks.io/).
39
+
# init diagram
40
+
init_diagram: |
41
+
"wikijs:latest": {
42
+
docker-mods
43
+
base {
44
+
fix-attr +\nlegacy cont-init
45
+
}
46
+
docker-mods -> base
47
+
legacy-services
48
+
custom services
49
+
init-services -> legacy-services
50
+
init-services -> custom services
51
+
custom services -> legacy-services
52
+
legacy-services -> ci-service-check
53
+
init-migrations -> init-adduser
54
+
init-os-end -> init-config
55
+
init-config -> init-config-end
56
+
init-wikijs-config -> init-config-end
57
+
init-os-end -> init-crontab-config
58
+
init-mods-end -> init-custom-files
59
+
base -> init-envfile
60
+
base -> init-migrations
61
+
base -> init-mods
62
+
init-config-end -> init-mods
63
+
init-mods -> init-mods-end
64
+
init-mods-package-install -> init-mods-end
65
+
init-mods -> init-mods-package-install
66
+
base -> init-os-end
67
+
init-adduser -> init-os-end
68
+
init-envfile -> init-os-end
69
+
init-migrations -> init-os-end
70
+
init-custom-files -> init-services
71
+
init-mods-end -> init-services
72
+
init-config -> init-wikijs-config
73
+
init-services -> svc-cron
74
+
svc-cron -> legacy-services
75
+
init-services -> svc-wikijs
76
+
svc-wikijs -> legacy-services
77
+
}
78
+
Base Images: {
79
+
"baseimage-alpine:3.20"
80
+
}
81
+
"wikijs:latest" <- Base Images
42
82
# changelog
43
83
changelogs:
44
84
- {date: "01.06.24:", desc: "Rebase to Alpine 3.20."}
0 commit comments