esc
Type to search the docs
Back to catalog

activepieces

Tested

Workflow automation with 200+ integrations (open-source Zapier alternative)

Uncategorized Repository

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up activepieces

Requires Docker Desktop. No source code needed — pulls pre-built images and starts activepieces with all dependencies.

Image: ghcr.io/activepieces/activepieces:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: activepieces
description: "Workflow automation with 200+ integrations (open-source Zapier alternative)"
repository: https://github.com/activepieces/activepieces
logo: https://raw.githubusercontent.com/activepieces/activepieces/main/packages/react-ui/public/favicon.svg

image: ghcr.io/activepieces/activepieces:latest
provides:
  - protocol: http
    port: 80
    exposed: true
requires:
  - type: postgres
    set_env:
      AP_POSTGRES_DATABASE: $name
      AP_POSTGRES_HOST: $host
      AP_POSTGRES_PORT: $port
      AP_POSTGRES_USERNAME: $user
      AP_POSTGRES_PASSWORD: $password
  - type: redis
    set_env:
      AP_REDIS_HOST: $host
      AP_REDIS_PORT: $port
env:
  AP_ENCRYPTION_KEY:
    generator: secret
    sensitive: true
  AP_JWT_SECRET:
    generator: secret
    sensitive: true
  AP_FRONTEND_URL:
    default: "http://localhost"
restart: always

Test Results

Last Tested

2026-04-09

Health Check

Passing

Startup Time

7s

Total Disk

2028 MB

Required Services

postgresredis

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB