Initial commit

This commit is contained in:
Magzhan_Zhumabaev
2025-09-07 13:57:56 +05:00
commit bba9db9985
118 changed files with 27498 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3.8'
services:
sakai-vue:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:80"
container_name: sakai-vue-app
restart: unless-stopped
environment:
- NODE_ENV=production
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s