Files
templates/blueprints/pocketbase/template.toml
Dennis Khylkouski 065caff7e7 Switch PocketBase template to adrianmusante/pocketbase image (#487)
* Switch PocketBase template to adrianmusante/pocketbase image

* Removed commented optional encryption_key
2025-11-08 00:10:51 -06:00

19 lines
341 B
TOML

[variables]
main_domain = "${domain}"
admin_email = "${email}"
admin_password = "${password:32}"
[config]
[[config.domains]]
serviceName = "pocketbase"
port = 8090
host = "${main_domain}"
[config.env]
ADMIN_EMAIL = "${admin_email}"
ADMIN_PASSWORD = "${admin_password}"
[[config.mounts]]
name = "pocketbase-data"
mountPath = "/pocketbase"