updated docker compose
This commit is contained in:
@@ -52,17 +52,18 @@ services:
|
|||||||
# - ./shared:/shared
|
# - ./shared:/shared
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
client:
|
# React client service
|
||||||
container_name: react-client
|
# client:
|
||||||
build: ./client
|
# container_name: react-client
|
||||||
ports:
|
# build: ./client
|
||||||
- "3000:3000"
|
# ports:
|
||||||
environment:
|
# - "3000:3000"
|
||||||
- CHOKIDAR_USEPOLLING=true
|
# environment:
|
||||||
volumes:
|
# - CHOKIDAR_USEPOLLING=true
|
||||||
- ./client:/app
|
# volumes:
|
||||||
- /app/node_modules
|
# - ./client:/app
|
||||||
restart: unless-stopped
|
# - /app/node_modules
|
||||||
|
# restart: unless-stopped
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
container_name: mysql-db
|
container_name: mysql-db
|
||||||
|
Reference in New Issue
Block a user