Merge branch 'runtipi:master' into app/Atuin

This commit is contained in:
cori schlegel 2024-01-14 20:28:51 -06:00 committed by GitHub
commit f62e333fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View File

@ -259,9 +259,9 @@ describe("App configs", () => {
expect(dockerCompose.services[app.id]).toBeDefined(); expect(dockerCompose.services[app.id]).toBeDefined();
expect(dockerCompose.services[app.id].networks).toBeDefined(); expect(dockerCompose.services[app.id].networks).toBeDefined();
expect(dockerCompose.services[app.id].networks).toStrictEqual([ expect(dockerCompose.services[app.id].networks).toContain(
"tipi_main_network", "tipi_main_network"
]); );
} }
}); });
}); });

View File

@ -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": 9, "tipi_version": 10,
"version": "0.16.0", "version": "0.17.0",
"categories": [ "categories": [
"automation" "automation"
], ],

View File

@ -1,7 +1,7 @@
version: '3.7' version: '3.7'
services: services:
activepieces: activepieces:
image: activepieces/activepieces:0.16.0 image: activepieces/activepieces:0.17.0
container_name: activepieces container_name: activepieces
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghostfolio", "id": "ghostfolio",
"tipi_version": 36, "tipi_version": 37,
"version": "2.38.0", "version": "2.39.0",
"categories": [ "categories": [
"finance" "finance"
], ],

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
ghostfolio: ghostfolio:
container_name: ghostfolio container_name: ghostfolio
image: ghostfolio/ghostfolio:2.38.0 image: ghostfolio/ghostfolio:2.39.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3333 - ${APP_PORT}:3333