Sửa lỗi tạo docker

This commit is contained in:
2026-06-12 07:59:10 +07:00
parent d7556aa087
commit 377c4d41d8
13 changed files with 342 additions and 26 deletions
+16
View File
@@ -0,0 +1,16 @@
# Cấu hình Server
PORT=3000
NODE_ENV=production
JWT_SECRET=generate_a_random_long_string_here
SYSTEM_HOST=https://your-domain.com
ADDITIONAL_ALLOWED_ORIGINS=http://localhost:5000
# Cấu hình MongoDB
MONGO_USERNAME=admin
MONGO_PASSWORD=secure_password_here
MONGODB_URI=mongodb://admin:secure_password_here@mongo:27017/3dtours?authSource=admin
# Cấu hình Redis
REDIS_HOST=redis
REDIS_PORT=6379
UPLOAD_DIR=/app/uploads