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].networks).toBeDefined();
expect(dockerCompose.services[app.id].networks).toStrictEqual([
"tipi_main_network",
]);
expect(dockerCompose.services[app.id].networks).toContain(
"tipi_main_network"
);
}
});
});

View File

@ -5,8 +5,8 @@
"exposable": true,
"id": "activepieces",
"description": "Your friendliest open source all-in-one automation tool.",
"tipi_version": 9,
"version": "0.16.0",
"tipi_version": 10,
"version": "0.17.0",
"categories": [
"automation"
],

View File

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

View File

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

View File

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