A00006 added

This commit is contained in:
CHIEFSOFT\ameye
2025-10-11 11:51:43 -04:00
parent 2adfd1d85a
commit 1b37af20d8
3 changed files with 49 additions and 1 deletions
@@ -0,0 +1,21 @@
services:
mermsemr-WHAT_CONTAINER_NAME:
image: PROVISION_IMAGE_NAME_REPLACE
ports:
- "${APP_PORT}:3000"
volumes:
- .:/app
- /app/node_modules
- /app/.next
environment:
- WDS_SOCKET_HOST=localhost # Or your Docker IP if needed
- CHOKIDAR_USEPOLLING=true
- WATCHPACK_POLLING=true
extra_hosts:
- api.mermsemr.com:10.10.33.15
- devapi.mermsemr.com:10.10.33.15
- devsocket.mermsemr.com:10.10.33.15
- socket.mermsemr.com:10.10.33.15
- dev-media.mermsemr.com:10.10.33.15
- media.mermsemr.com:10.10.33.15
command: yarn dev # or npm run dev