Init(Coore): add to repo

This commit is contained in:
2026-04-24 16:20:36 +03:30
commit 893cdcb89c
91 changed files with 13751 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
web:
build:
context: .
dockerfile: Dockerfile
args:
REGISTRY: docker.arvancloud.ir
image: docker.arvancloud.ir/dm-front:${IMAGE_TAG:-latest}
ports:
- "3000:3000"
env_file:
- .env
restart: unless-stopped