first commit

This commit is contained in:
2025-10-09 20:05:39 +05:30
commit d4fcb658e3
69 changed files with 13582 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: "3.9"
services:
nextjs:
build: .
container_name: cmc_nextjs_pro
ports:
- "9012:3000"
environment:
- NODE_ENV=production
restart: unless-stopped
volumes:
- .:/app
- /app/node_modules