26 Commits

Author SHA1 Message Date
Lennart Goedhart
aca4c3d46d
Feature/modernize docker compose files (#4101)
* Modernize docker compose files

* Update changelog
2024-12-31 08:33:36 +01:00
Thomas Kaul
45c0487ba7
Bugfix/Set stack and container names in docker-compose files (#4005)
* Set stack and container names in docker-compose files
2024-10-31 17:34:18 +01:00
dw-0
1ee9cd3de1
Feature/set stack and container names in docker-compose files (#4000)
* Set stack and container names in docker-compose files

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-31 13:37:56 +01:00
asiananimal
2b3fcf4105
Feature/Quote redis password for healthcheck in docker-compose files (#3969)
* Quote redis password for healthcheck in docker-compose files

* Update changelog
2024-10-22 19:52:23 +02:00
Nuno
d1276dc1a7
Bugfix/remove read_only true from docker-compose.yml (#3653)
* Removed read_only: true

* Update changelog
2024-08-11 14:31:04 +02:00
Nuno
e0068c4d5d
Feature/harden container security following OWASP best practices (#3614)
* Harden container security

* Update changelog
2024-08-03 16:55:18 +02:00
Thomas Kaul
130a9ea062
Feature/remove obsolete version from docker compose files (#3543)
* Remove obsolete version

* Update changelog
2024-07-07 09:16:48 +02:00
Bastien Jeannelle
ca7717f9c5
Bugfix/Enable tini in docker compose files instead of adding it to the Dockerfile (#3232)
* Enable tini in docker compose files instead of adding it to the Dockerfile

* Update changelog
2024-04-02 20:26:14 +02:00
Bastien Jeannelle
debd233c32
Feature/set up Tini to avoid zombie processes (#3195)
* Set up Tini to avoid zombie processes

* Update changelog
2024-03-30 13:42:02 +01:00
Thomas Kaul
43e9528d8c
Release 2.66.3 (#3188) 2024-03-23 20:56:22 +01:00
Bastien Jeannelle
754e98099c
Feature/Set up tini (#3168)
* Set up tini to avoid zombie processes and perform signal forwarding in docker image

* Update changelog
2024-03-23 19:53:27 +01:00
Thomas Dietrich
5fc84a06cc
Feature/Add healthcheck for Ghostfolio service (#2893)
* 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
psychowood
9bf68b0d20
Feature/enable redis authentication in docker compose files (#2805)
* Enable redis authentication in docker-compose files

* Update changelog
2024-01-04 20:14:45 +01:00
Prashanth Mohan
2a71cb66de
Use port numbers from environment variables in docker-compose.dev.yml (#2406) 2023-10-07 17:18:13 +02:00
Leon Stoldt
fc795aaa8c
Update postgres to version 15 in docker-compose files (#1596)
* Update postgres to version 15 in docker-compose files

* Update changelog

---------

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2023-09-17 06:52:41 +02:00
longstone
431500f28a
Update docker compose files to version 3.9 (#2299)
* Update docker compose files to version 3.9

* Format yml files

* Update changelog

---------

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2023-09-07 20:44:52 +02:00
Delena Malan
302339e1cd
Add Postgres connect_timeout for M1 "Can't reach database" error (#1472)
* Add postgres connect_timeout

* Update changelog
2023-05-18 12:02:07 +02:00
Ilija Leko
b923cf7752
Fix docker compose services startup (#1947)
* Fix docker compose services startup

* Update changelog
2023-05-08 20:13:45 +02:00
Thomas Kaul
547e27c7a1
Feature/set node env in docker compose files (#1261)
* Set NODE_ENV to production

* Update changelog
2022-09-15 17:20:03 +02:00
Thomas Kaul
14a0eeab29
Bugfix/fix docker compose files to resolve variables correctly (#983)
* Fix variable resolving

* Update changelog
2022-06-04 10:02:38 +02:00
willyp713
b678998801
Feature/add-redis-password (#947)
* Expose REDIS_PASSWORD
2022-05-29 14:18:57 +02:00
Thomas Kaul
3d21e2eac6
Improve upgrade guide (#780) 2022-04-02 12:06:06 +02:00
Thomas Kaul
02809a529e
Reorder (#718) 2022-02-21 20:06:39 +01:00
Thomas Kaul
ed1136999a
Feature/extend documentation for self hosting (#565)
* Extend documentation for self-hosting

* Add tag "latest" to docker image

* Update changelog
2021-12-21 20:22:58 +01:00
Valentin Zickner
e7fb31d1a6
add Dockerfile with all in one docker image (#431)
* 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
Thomas
e5d7df3e7b
Simplify project setup (#3)
* Simplify project setup

* Setup docker
* Add seed

* Feature/migrate links to router link (#2)

* Migrate links to RouterLink
* Add i18n

* Simplify project setup

* Setup docker
* Add seed
2021-04-16 21:06:45 +02:00