Merge branch 'runtipi:master' into app/Atuin
This commit is contained in:
commit
f62e333fff
|
@ -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"
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user