chore(deps): update activepieces/activepieces docker tag to v0.13.0 (#1614)
This commit is contained in:
parent
c5d5c41c98
commit
46038ec7d8
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "activepieces",
|
||||
"description": "Your friendliest open source all-in-one automation tool.",
|
||||
"tipi_version": 1,
|
||||
"version": "0.12.2",
|
||||
"tipi_version": 2,
|
||||
"version": "0.13.0",
|
||||
"categories": [
|
||||
"automation"
|
||||
],
|
||||
|
@ -16,10 +16,10 @@
|
|||
"website": "https://www.activepieces.com/",
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "random",
|
||||
"label": "Activepieces postgres password.",
|
||||
"min": 32,
|
||||
"env_variable": "AP_POSTGRES_PASSWORD"
|
||||
"type": "random",
|
||||
"label": "Activepieces postgres password.",
|
||||
"min": 32,
|
||||
"env_variable": "AP_POSTGRES_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "random",
|
||||
|
@ -40,5 +40,8 @@
|
|||
"env_variable": "AP_JWT_SECRET"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
activepieces:
|
||||
image: activepieces/activepieces:0.12.2
|
||||
image: activepieces/activepieces:0.13.0
|
||||
container_name: activepieces
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user