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,
|
"exposable": true,
|
||||||
"id": "activepieces",
|
"id": "activepieces",
|
||||||
"description": "Your friendliest open source all-in-one automation tool.",
|
"description": "Your friendliest open source all-in-one automation tool.",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "0.12.2",
|
"version": "0.13.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"automation"
|
"automation"
|
||||||
],
|
],
|
||||||
|
@ -16,10 +16,10 @@
|
||||||
"website": "https://www.activepieces.com/",
|
"website": "https://www.activepieces.com/",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
"label": "Activepieces postgres password.",
|
"label": "Activepieces postgres password.",
|
||||||
"min": 32,
|
"min": 32,
|
||||||
"env_variable": "AP_POSTGRES_PASSWORD"
|
"env_variable": "AP_POSTGRES_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
|
@ -40,5 +40,8 @@
|
||||||
"env_variable": "AP_JWT_SECRET"
|
"env_variable": "AP_JWT_SECRET"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
activepieces:
|
activepieces:
|
||||||
image: activepieces/activepieces:0.12.2
|
image: activepieces/activepieces:0.13.0
|
||||||
container_name: activepieces
|
container_name: activepieces
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user