Add GreptimeDB Alpine service packaging
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s

This commit is contained in:
Joachim Schlöffel
2026-06-09 09:54:39 +02:00
parent f3ff86263a
commit 11ef6456af
19 changed files with 472 additions and 15 deletions

View File

@@ -0,0 +1,46 @@
default_timezone = "UTC"
default_column_prefix = "greptime"
init_regions_in_background = false
init_regions_parallelism = 16
max_concurrent_queries = 0
[http]
addr = "127.0.0.1:4000"
timeout = "0s"
body_limit = "64MB"
enable_cors = true
prom_validation_mode = "strict"
[grpc]
bind_addr = "127.0.0.1:4001"
runtime_size = 8
[grpc.tls]
mode = "disable"
[mysql]
enable = true
addr = "127.0.0.1:4002"
runtime_size = 2
keep_alive = "0s"
prepared_stmt_cache_size = 10000
[mysql.tls]
mode = "disable"
[postgres]
enable = true
addr = "127.0.0.1:4003"
runtime_size = 2
keep_alive = "0s"
[postgres.tls]
mode = "disable"
[storage]
data_home = "/var/lib/greptimedb/standalone"
[logging]
dir = "/var/log/greptimedb/standalone"
level = "info"
enable_otlp_tracing = false