Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
e6d62ff2d8 build(deps): bump n8nio/n8n from 2.19.5 to 2.20.6 in /docker/home/n8n
Bumps [n8nio/n8n](https://github.com/n8n-io/n8n) from 2.19.5 to 2.20.6.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.5...n8n@2.20.6)

---
updated-dependencies:
- dependency-name: n8nio/n8n
  dependency-version: 2.20.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-13 01:52:31 +00:00
9dd6cb2b85 build(deps): bump buildpath 2026-05-11 22:56:01 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n:2.19.5
image: docker.n8n.io/n8nio/n8n:2.20.6
environment:
- TZ=Europe/Paris
- N8N_SECURE_COOKIE=false

View File

@@ -10,7 +10,7 @@ services:
env_file: .env
match_collector:
image: git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:b2178fec85027348157a5442a81d00479154e581
image: git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:e76cb3ea8ee0ce83295d470aa527e484924e773f
build: ./match_collector
volumes:
- bpcdragon_cache:/cdragon
@@ -23,7 +23,7 @@ services:
env_file: .env
frontend:
image: git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:b2178fec85027348157a5442a81d00479154e581
image: git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:e76cb3ea8ee0ce83295d470aa527e484924e773f
build: ./frontend
restart: always
volumes: