updated docker compose

This commit is contained in:
2025-07-11 10:18:48 +02:00
parent 7b50a15f4a
commit e4c94754a3

View File

@@ -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