Commit Graph

19 Commits

Author SHA1 Message Date
a9985b65b8 Adjust Dockerfile to enable healthcheck () 2024-01-23 20:44:57 +01:00
5fc84a06cc Feature/Add healthcheck for Ghostfolio service ()
* Add curl to Dockerfile image

* Add healthcheck to docker-compose.yml and docker-compose.build.yml

* Update changelog
2024-01-21 11:48:32 +01:00
d2882b1119 Clean up () 2023-08-06 08:31:48 +02:00
43d0b55004 Feature/upgrade to angular 16 ()
* Upgrade Angular, NestJS and Nx

* Replace executor to @nx/angular:webpack-browser and @nx/angular:webpack-dev-server

* Add target for copying assets

* Improve redirection of home page

* Update changelog
2023-08-05 11:08:10 +02:00
c711a11d6e Feature/upgrade node.js from version 16 to 18 ()
* Upgrade to Node.js 18

* Update changelog
2023-06-09 17:28:05 +02:00
cfc05cce41 Resolve segmentation fault during prisma db migrations ()
* Resolves segmentation fault during prisma db migrations by downgrading Node.js from version 18 to 16

* Update changelog
2023-03-02 19:28:58 +01:00
efed7e3c2b Modify default exposed port ()
* Modify default exposed port

* Update changelog
2023-02-11 10:37:44 +01:00
8486c02575 Update Node to version 18.x ()
* Update Node to version 18.x

* Add .nvmrc

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2023-01-23 08:28:19 +01:00
0fb33ae71c Feature/migrate angular.json to project.json ()
* Migrate angular.json to project.json

* Update changelog
2022-10-17 20:41:13 +02:00
10bae24c5c Build arm64 docker image and use github actions ()
* Setup build pipeline for arm64 docker images using GitHub Actions
2022-08-27 14:37:22 +02:00
57a14bd945 automate database setup and upgrade ()
* Automate database setup and schema upgrade
2022-08-20 08:54:50 +02:00
51f586e160 Feature/upgrade node from 14 to 16 ()
* Upgrade to Node.js 16

* Update changelog
2022-07-31 08:14:52 +02:00
fd2408dd62 fix: add git when building docker image () 2022-07-03 19:57:04 +02:00
0f36d6cbdb Release 1.161.1 () 2022-06-16 17:20:44 +02:00
32dd76be5f Fix path to jest files () 2022-05-08 16:55:14 +02:00
008a2ab123 Support arm64 ()
* Support arm64

* Move prisma from devDependencies to dependencies (Fix "/bin/sh: prisma: not found" in docker build)

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
2021-12-11 20:58:09 +01:00
e7fb31d1a6 add Dockerfile with all in one docker image ()
* Add Dockerfile with all in one docker image

* Change to alpine image and reduce node_modules size

* Improve documentation and fix changelog and license

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-10-30 18:54:14 +02:00
e5d7df3e7b Simplify project setup ()
* Simplify project setup

* Setup docker
* Add seed

* Feature/migrate links to router link ()

* Migrate links to RouterLink
* Add i18n

* Simplify project setup

* Setup docker
* Add seed
2021-04-16 21:06:45 +02:00
c616312233 Initial commit 2021-04-13 21:53:58 +02:00