activepieces is now in current template format

This commit is contained in:
2026-07-14 21:36:21 -07:00
parent 566773bfd7
commit 97989dc907
4 changed files with 161 additions and 76 deletions
+18 -25
View File
@@ -1,29 +1,22 @@
# It's advisable to consult the documentation and use the tools/deploy.sh to generate the passwords, keys, instead of manually filling them.
# https://github.com/activepieces/activepieces/blob/main/.env.example
# ===== Paths =====
VOL_PATH=/data
VOL_PROJECTS=/data/projects
AP_ENGINE_EXECUTABLE_PATH=dist/packages/engine/main.js
# ===== Activepieces =====
ACTIVEPIECES_IMAGE=ghcr.io/activepieces/activepieces:0.44.0
ACTIVEPIECES_RESTART=unless-stopped
ACTIVEPIECES_PORT=8080
ACTIVEPIECES_DOMAIN=localhost
## Random Long Password (Optional for community edition)
AP_API_KEY=
# ===== Required Secrets =====
# Generate with: openssl rand -hex 16
AP_ENCRYPTION_KEY=changeme
# Generate with: openssl rand -hex 32
AP_JWT_SECRET=changeme
## 256 bit encryption key, 32 hex character
AP_ENCRYPTION_KEY=
# ===== Database =====
AP_POSTGRES_PASSWORD=changeme
## JWT Secret
AP_JWT_SECRET=
AP_ENVIRONMENT=prod
AP_FRONTEND_URL=http://localhost:8080
AP_WEBHOOK_TIMEOUT_SECONDS=30
AP_TRIGGER_DEFAULT_POLL_INTERVAL=5
AP_POSTGRES_DATABASE=activepieces
AP_POSTGRES_HOST=postgres
AP_POSTGRES_PORT=5432
AP_POSTGRES_USERNAME=postgres
AP_POSTGRES_PASSWORD=
AP_EXECUTION_MODE=UNSANDBOXED
AP_REDIS_HOST=redis
AP_REDIS_PORT=6379
AP_FLOW_TIMEOUT_SECONDS=600
AP_TELEMETRY_ENABLED=true
AP_TEMPLATES_SOURCE_URL="https://cloud.activepieces.com/api/v1/flow-templates"
# ===== Redis =====
# AP_REDIS_HOST=redis
# AP_REDIS_PORT=6379