diff --git a/docker-compose.yml b/docker-compose.yml index f33f4bb..2ef25d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,17 +52,18 @@ services: # - ./shared:/shared # restart: unless-stopped - client: - container_name: react-client - build: ./client - ports: - - "3000:3000" - environment: - - CHOKIDAR_USEPOLLING=true - volumes: - - ./client:/app - - /app/node_modules - restart: unless-stopped +# React client service +# client: +# container_name: react-client +# build: ./client +# ports: +# - "3000:3000" +# environment: +# - CHOKIDAR_USEPOLLING=true +# volumes: +# - ./client:/app +# - /app/node_modules +# restart: unless-stopped mysql: container_name: mysql-db