Skip to content

Commit

Permalink
infra: re-add react-redux and use version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 2, 2024
1 parent d898d3e commit e394286
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.4"
version: "3"

services:
journey:
Expand All @@ -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}
Expand Down

0 comments on commit e394286

Please sign in to comment.