-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [add] docuseal * [add] activepieces
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
captainVersion: 4 | ||
services: | ||
$$cap_appname: | ||
image: index.docker.io/activepieces/activepieces:$$cap_activepieces_version | ||
environment: | ||
AP_QUEUE_MODE: MEMORY | ||
AP_DB_TYPE: SQLITE3 | ||
AP_FRONTEND_URL: http://$$cap_appname.$$cap_root_domain | ||
volumes: | ||
- $$cap_appname-data:/root/.activepieces | ||
restart: always | ||
caproverExtra: | ||
containerHttpPort: '80' | ||
caproverOneClickApp: | ||
variables: | ||
- id: $$cap_activepieces_version | ||
label: Activepieces Version | ||
defaultValue: '0.12.2' | ||
description: Check out their Docker page for the valid tags https://hub.docker.com/r/activepieces/activepieces/tags | ||
instructions: | ||
start: >- | ||
This is a simple setup. For more advanced setup please check their repository and adjust app accordingly | ||
end: >- | ||
Please wait for 2 minutes. Activepieces is deployed and available as $$cap_appname, please change AP_FRONTEND_URL when you force https | ||
displayName: Activepieces | ||
isOfficial: true | ||
description: Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript. | ||
documentation: Taken from https://github.com/activepieces/activepieces |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.