diff --git a/docker-compose.yml b/docker-compose.yml
index af8976486bfe70938bfa901752da353a1a46631b..d7d5fd18ae19a98a098116499b0b23647271d586 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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