first commit

This commit is contained in:
r2xrzh9q2z-lab
2026-02-02 11:07:09 +07:00
commit d1b931d547
286 changed files with 53992 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.8'
services:
app_cms_ggcamp:
build: .
container_name: my_node_app_cms_ggcamp
restart: unless-stopped
environment:
- NODE_ENV=production
volumes:
- .:/home/node/app
- /home/node/app/node_modules
network_mode: host