diff --git a/.env.example b/.env.example
index ef614d79a1c1c84441f7b094b3f0f9df2b7e2bfe..67301f65350528e52dc98cddbe0df862ec1383aa 100644
--- a/.env.example
+++ b/.env.example
@@ -1,10 +1,10 @@
 DATABASE_URL=postgresql://postgres:password@rest-service-db:5432/scholeeadmin
 ACCESS_TOKEN_SECRET=secretaccesstoken
 REFRESH_TOKEN_SECRET=secretrefreshtoken
-MONOLITH_URL=http://web-service:3000
+MONOLITH_URL=http://web-service:80
 SOAP_URL=http://soap-service:8080
-SPA_URL=http://client-webapp:3001
+SPA_URL=http://localhost:3001
 SOAP_API_KEY=kunciT
 PORT=5001
 REDIS_HOST=redis
-REDIS_PORT=6379
+REDIS_PORT=6379
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
index a13fbff97ca8f8ae4a76c2b3a50866f4463a72d1..47041ee75683991755c1487d613f88f5e540b6bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,4 @@ RUN npx prisma generate
 
 COPY . .
 
-EXPOSE 5000
-
 CMD ["yarn", "start"]
\ No newline at end of file