Skip to content

Commit

Permalink
Viva taramundi
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed May 2, 2024
1 parent 26d051c commit a6297a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
API_URI: http://${{ secrets.DEPLOY_HOST }}:8000
API_URI1: http://${{ secrets.DEPLOY_HOST }}:8000
API_URI2: http://${{ secrets.DEPLOY_HOST }}:8100
with:
name: arquisoft/wiq_es6c/webapp
username: ${{ github.actor }}
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ services:
- apisgatewayservice
ports:
- "3000:3000"
environment:
REACT_APIS_ENDPOINT: http://apisgatewayservice:8100
restart: always

prometheus:
Expand Down
4 changes: 2 additions & 2 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ WORKDIR /app
#Install the dependencies
RUN npm install

ARG API_URI="http://localhost:8000"
ENV REACT_APP_API_ENDPOINT=$API_URI
ARG API_URI1="http://localhost:8000"
ENV REACT_APP_API_ENDPOINT=$API_URI1

ARG API_URI2="http://localhost:8100"
ENV REACT_APIS_ENDPOINT=$API_URI2
Expand Down

0 comments on commit a6297a0

Please sign in to comment.