2 Commits

Author SHA1 Message Date
dependabot[bot]
6c36f4561a build(deps): bump mongo in /docker/production/buildpath
Bumps mongo from 8.2.3 to 8.2.7.

---
updated-dependencies:
- dependency-name: mongo
  dependency-version: 8.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-22 00:46:19 +00:00
a886b579f3 buildpath: update to latest 2026-04-20 22:46:23 +02:00

View File

@@ -1,7 +1,7 @@
services:
mongo:
hostname: mongo
image: mongo:8.2.3
image: mongo:8.2.7
restart: always
user: root:root
volumes:
@@ -10,7 +10,7 @@ services:
env_file: .env
patch_detector:
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:2c774caf5f1dd70bfa9404f1077d717dd93c8b27
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:a5728a147fd8503ab1036cf0d9e7a5a18b73c765
build: ./patch_detector
restart: "no"
deploy:
@@ -22,7 +22,7 @@ services:
match_collector:
image: git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:2c774caf5f1dd70bfa9404f1077d717dd93c8b27
image: git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:a5728a147fd8503ab1036cf0d9e7a5a18b73c765
build: ./match_collector
restart: "no"
deploy:
@@ -33,7 +33,7 @@ services:
env_file: .env
frontend:
image: git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:2c774caf5f1dd70bfa9404f1077d717dd93c8b27
image: git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:a5728a147fd8503ab1036cf0d9e7a5a18b73c765
build: ./frontend
restart: always
networks: