Browse Source

Feature/remove obsolete version from docker compose files (#3543)

* Remove obsolete version

* Update changelog
pull/3544/head^2
Thomas Kaul 7 months ago
committed by GitHub
parent
commit
130a9ea062
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 1
      docker/docker-compose.build.yml
  3. 1
      docker/docker-compose.dev.yml
  4. 1
      docker/docker-compose.yml

1
CHANGELOG.md

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the allocations by ETF holding on the allocations page for the impersonation mode (experimental) - Improved the allocations by ETF holding on the allocations page for the impersonation mode (experimental)
- Improved the detection of REST APIs (`JSON`) used via the scraper configuration - Improved the detection of REST APIs (`JSON`) used via the scraper configuration
- Refactored the thresholds of the rules in the _X-ray_ section - Refactored the thresholds of the rules in the _X-ray_ section
- Removed the obsolete `version` from the `docker-compose` files
- Upgraded `Nx` from version `19.2.2` to `19.4.0` - Upgraded `Nx` from version `19.2.2` to `19.4.0`
## 2.92.0 - 2024-06-30 ## 2.92.0 - 2024-06-30

1
docker/docker-compose.build.yml

@ -1,4 +1,3 @@
version: '3.9'
services: services:
ghostfolio: ghostfolio:
build: ../ build: ../

1
docker/docker-compose.dev.yml

@ -1,4 +1,3 @@
version: '3.9'
services: services:
postgres: postgres:
image: postgres:15 image: postgres:15

1
docker/docker-compose.yml

@ -1,4 +1,3 @@
version: '3.9'
services: services:
ghostfolio: ghostfolio:
image: ghostfolio/ghostfolio:latest image: ghostfolio/ghostfolio:latest

Loading…
Cancel
Save