Skip to content

Commit

Permalink
fix nginx proxy on container
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Feb 22, 2024
1 parent b361f78 commit 5cbf339
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose/services/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ services:
- "../proxy:/etc/nginx/templates"
environment:
BACK_PROXY_PASS: ${BACK_PROXY_PASS:-http://backend:4000}
FRONT_PROXY_PASS: ${FRONT_PROXY_PASS:-http://frontend:3000}
# FRONT_PROXY_PASS: ${FRONT_PROXY_PASS:-http://frontend:3000}
ports:
- 8008:80
- 8080:8080
- 8081:8081
depends_on:
- backend
- stats
restart: always

0 comments on commit 5cbf339

Please sign in to comment.