From e39428625e918df7ee25975ae99b3155d9b22b84 Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Tue, 2 Apr 2024 10:41:37 +0200 Subject: [PATCH] infra: re-add react-redux and use version 3 --- infrastructure/docker-compose.run.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infrastructure/docker-compose.run.yml b/infrastructure/docker-compose.run.yml index c10946ef..a98b0de2 100644 --- a/infrastructure/docker-compose.run.yml +++ b/infrastructure/docker-compose.run.yml @@ -1,4 +1,4 @@ -version: "3.4" +version: "3" services: journey: @@ -9,11 +9,11 @@ services: ports: - ${SERVER_PORT_JOURNEY}:80 - # otp-react-redux: - # image: ${DOCKER_IMAGE_OTP_REACT_REDUX}:${DOCKER_TAG} - # restart: unless-stopped - # ports: - # - ${SERVER_PORT_OTP_REACT_REDUX}:80 + otp-react-redux: + image: ${DOCKER_IMAGE_OTP_REACT_REDUX}:${DOCKER_TAG} + restart: unless-stopped + ports: + - ${SERVER_PORT_OTP_REACT_REDUX}:80 otp: image: ${DOCKER_IMAGE_OTP}:${DOCKER_TAG}