# ===== Paths ===== VOL_PATH=/data VOL_PROJECTS=/data/projects # ===== Activepieces ===== ACTIVEPIECES_IMAGE=ghcr.io/activepieces/activepieces:0.44.0 ACTIVEPIECES_RESTART=unless-stopped ACTIVEPIECES_PORT=8080 ACTIVEPIECES_DOMAIN=localhost # ===== Required Secrets ===== # Generate with: openssl rand -hex 16 AP_ENCRYPTION_KEY=changeme # Generate with: openssl rand -hex 32 AP_JWT_SECRET=changeme # ===== Database ===== AP_POSTGRES_PASSWORD=changeme # ===== Redis ===== # AP_REDIS_HOST=redis # AP_REDIS_PORT=6379