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]).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"
|
||||||
]);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user