diff --git a/backend/docker-compose.yml b/backend/docker-compose.yml
index 055a16770c91f76503cf15b69ec08f10956d36b7..374cc6629b5bdc19ae863ea4adbab8d185928386 100644
--- a/backend/docker-compose.yml
+++ b/backend/docker-compose.yml
@@ -10,16 +10,16 @@ services:
     ports:
       - "3306:3306"
 
-  app:
-    container_name: "app"
-    build: . 
-    depends_on:
-      - db
-    restart: always
-    ports:
-      - 8000:80
-    env_file: .env
-    environment:
-      DB_HOST: db
-    links:
-      - db
\ No newline at end of file
+  # app:
+  #   container_name: "app"
+  #   build: . 
+  #   depends_on:
+  #     - db
+  #   restart: always
+  #   ports:
+  #     - 3000:3000
+  #   env_file: .env
+  #   environment:
+  #     DB_HOST: db
+  #   links:
+  #     - db
\ No newline at end of file