Skip to content

Commit

Permalink
Update backend CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldamasio committed Feb 17, 2024
1 parent b3cedcd commit 9acd36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/monolith/docker/Dockerfile_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY docker/nginx.conf /etc/nginx/conf.d/
RUN mkdir /staticfiles
COPY docker/static/ /staticfiles/
EXPOSE 8050
EXPOSE 80

2 changes: 1 addition & 1 deletion backends/monolith/docker/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server {
listen 80;
location / {
proxy_pass http://rbs-backend-monolith-prod-svc:8080;
proxy_pass http://rbs-backend-monolith-prod-svc:8000;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
Expand Down

0 comments on commit 9acd36d

Please sign in to comment.