Skip to content

Commit

Permalink
remove otp-react-redux and move to own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 10, 2024
1 parent 4845f0b commit ea82bbb
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 955 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
API_PORT: 8080
DOCKER_IMAGE_OTP: ghcr.io/${{ github.repository }}/odh-mentor-otp
DOCKER_IMAGE_JOURNEY: ghcr.io/${{ github.repository }}/odh-mentor-otp-journey
DOCKER_IMAGE_OTP_REACT_REDUX: ghcr.io/${{ github.repository }}/odh-mentor-otp-react-redux
DOCKER_IMAGE_GBFS: ghcr.io/${{ github.repository }}/odh-mentor-otp-gbfs
DOCKER_IMAGE_GEOCODER: ghcr.io/${{ github.repository }}/odh-mentor-otp-geocoder
DOCKER_IMAGE_CARSHARING: ghcr.io/${{ github.repository }}/odh-mentor-otp-carsharing
Expand Down Expand Up @@ -53,7 +52,6 @@ jobs:
X_COMPOSE_PROJECT_NAME: ${{ env.PROJECT_NAME }}
X_DOCKER_IMAGE_OTP: ${{ env.DOCKER_IMAGE_OTP }}
X_DOCKER_IMAGE_JOURNEY: ${{ env.DOCKER_IMAGE_JOURNEY }}
X_DOCKER_IMAGE_OTP_REACT_REDUX: ${{ env.DOCKER_IMAGE_OTP_REACT_REDUX }}
X_DOCKER_IMAGE_GBFS: ${{ env.DOCKER_IMAGE_GBFS }}
X_DOCKER_IMAGE_GEOCODER: ${{ env.DOCKER_IMAGE_GEOCODER }}
X_DOCKER_IMAGE_CARSHARING: ${{ env.DOCKER_IMAGE_CARSHARING }}
Expand All @@ -74,7 +72,6 @@ jobs:
X_DOCKER_DRT_PORT: 1086
X_DOCKER_ECHARGING_PORT: 1087
X_DOCKER_TRAFFIC_PORT: 1088
X_SERVER_PORT_OTP_REACT_REDUX: 1089
X_DOCKER_AMARILLO_PORT: 1092


Expand Down
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,6 @@ services:
- traffic
- drt

otp-react-redux:
container_name: otp-react-redux
ports:
- "8999:80"
build:
context: ./
dockerfile: infrastructure/docker/otp-react-redux/Dockerfile
depends_on:
- geocoder
- otp
- parking
- charger
- carsharing
- traffic
- drt

test:
container_name: test
image: node:16.14.0-alpine3.14
Expand Down
5 changes: 0 additions & 5 deletions infrastructure/docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ services:
- CHARGER_BASEURL=${CHARGER_BASEURL}
- CARSHARING_BASEURL=${CARSHARING_BASEURL}
- TRAFFIC_BASEURL=${TRAFFIC_BASEURL}
otp-react-redux:
image: ${DOCKER_IMAGE_OTP_REACT_REDUX}:${DOCKER_TAG}
build:
context: ../
dockerfile: infrastructure/docker/otp-react-redux/Dockerfile
otp:
image: ${DOCKER_IMAGE_OTP}:${DOCKER_TAG}
build:
Expand Down
5 changes: 0 additions & 5 deletions infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ 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:
image: ${DOCKER_IMAGE_OTP}:${DOCKER_TAG}
Expand Down
22 changes: 0 additions & 22 deletions infrastructure/docker/otp-react-redux/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions infrastructure/docker/otp-react-redux/docker-entrypoint.sh

This file was deleted.

Empty file removed otp-react-redux-config/README.md
Empty file.
Loading

0 comments on commit ea82bbb

Please sign in to comment.