mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-29 11:05:35 +02:00
* Switch PocketBase template to adrianmusante/pocketbase image * Removed commented optional encryption_key
19 lines
341 B
TOML
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"
|