Skip to content

Commit

Permalink
Docker: Prod: Add missing env var for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Jan 10, 2025
1 parent 9d12a9a commit e92e0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ services:
- PORT=5000
- FRONT_URL=http://front:3000
- SERVER_URL=http://server:4000
- SCANNER_URL=http://scanner:8133
volumes:
- ./nginx.conf.template:/etc/nginx/templates/meelo.conf.template:ro
volumes:
Expand Down

0 comments on commit e92e0cf

Please sign in to comment.