Skip to content
Snippets Groups Projects
Commit f653e7a5 authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Add environment variables to front-service docker build

parent 117d1e2d
No related branches found
No related tags found
1 merge request!24Fe questions and posts (This one is big)
......@@ -45,6 +45,10 @@ services:
- ./daily-thought-frontend:/frontend-service/app
- /frontend-service/app/node_modules
- /frontend-service/app/.next
environment:
- NEXT_PUBLIC_FEED_SERVICE_URL=http://localhost:9001/
- NEXT_PUBLIC_USER_SERVICE_URL=http://localhost:9002/
- NEXT_PUBLIC_FRIEND_SERVICE_URL=http://localhost:9003/
feed-mongo:
image: mongo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment