feat: add trailbase
This commit is contained in:
23
src/trailbase/.env.example
Normal file
23
src/trailbase/.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# TrailBase configuration
|
||||
|
||||
# Pin to the latest stable image tag
|
||||
TRAILBASE_VERSION=0.22.4
|
||||
|
||||
# Host port mapping (maps to container port 4000)
|
||||
TRAILBASE_PORT_OVERRIDE=4000
|
||||
|
||||
# Enable detailed stack traces for debugging (set to 0 in production)
|
||||
TRAILBASE_RUST_BACKTRACE=1
|
||||
|
||||
# Logging configuration for the json-file driver
|
||||
TRAILBASE_LOG_MAX_SIZE=100m
|
||||
TRAILBASE_LOG_MAX_FILE=3
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
# Resource limits
|
||||
TRAILBASE_CPU_LIMIT=1.0
|
||||
TRAILBASE_MEMORY_LIMIT=1G
|
||||
TRAILBASE_CPU_RESERVATION=0.25
|
||||
TRAILBASE_MEMORY_RESERVATION=256M
|
||||
Reference in New Issue
Block a user