From 7dbd8bc6fd3ace22901839f06de86d8b5efdc3ba Mon Sep 17 00:00:00 2001 From: "Meggle (Sebastian Bathke)" Date: Thu, 20 Oct 2022 08:11:33 +0200 Subject: [PATCH] chore: update to platform 8.1.2 --- docker-compose-core.yaml | 6 +++--- docker-compose.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose-core.yaml b/docker-compose-core.yaml index 676c0a8f..dd3eaf25 100644 --- a/docker-compose-core.yaml +++ b/docker-compose-core.yaml @@ -12,7 +12,7 @@ services: zeebe: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#zeebe - image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.1} + image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.2} container_name: zeebe ports: - "26500:26500" @@ -34,7 +34,7 @@ services: - elasticsearch operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate - image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.1} + image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.2} container_name: operate ports: - "8081:8080" @@ -49,7 +49,7 @@ services: - elasticsearch tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist - image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.1} + image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.2} container_name: tasklist ports: - "8082:8080" diff --git a/docker-compose.yaml b/docker-compose.yaml index cdd05632..0d42216a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,7 +12,7 @@ services: zeebe: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#zeebe - image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.1} + image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.2} container_name: zeebe ports: - "26500:26500" @@ -34,7 +34,7 @@ services: - elasticsearch operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate - image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.1} + image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.2} container_name: operate ports: - "8081:8080" @@ -61,7 +61,7 @@ services: - elasticsearch tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist - image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.1} + image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.2} container_name: tasklist ports: - "8082:8080" @@ -129,7 +129,7 @@ services: identity: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#identity container_name: identity - image: camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.1.1} + image: camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.1.2} ports: - "8084:8084" environment: # https://docs.camunda.io/docs/self-managed/identity/deployment/configuration-variables/