Initial Release v1.0.0: Full feature set with Docker automation, Nginx/Alpine stack

This commit is contained in:
dyzulk
2026-01-16 11:21:32 +07:00
commit 45623973a8
139 changed files with 24302 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
app:
build: .
container_name: mivo_app
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./app/Database:/var/www/html/app/Database
- ./.env:/var/www/html/.env
environment:
- APP_ENV=production