mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
* chore(deps): update updates-patch-minor * pin mongo * revert * Apply suggestion from @stavros-k --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
25 lines
537 B
YAML
25 lines
537 B
YAML
images:
|
|
image:
|
|
repository: solidnerd/bookstack
|
|
tag: "25.11.5"
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
mariadb_image:
|
|
repository: mariadb
|
|
tag: "12.1.2"
|
|
|
|
consts:
|
|
bookstack_container_name: bookstack
|
|
perms_container_name: permissions
|
|
mariadb_container_name: mariadb
|
|
db_user: bookstack
|
|
db_name: bookstack
|
|
internal_web_port: 8080
|
|
run_as_user: 33
|
|
run_as_group: 33
|
|
notes_body: |
|
|
Default credentials:
|
|
- Username: `admin@admin.com`
|
|
- Password: `password`
|