feat(deploy): add docker app+mysql stack for coolify

This commit is contained in:
Dwindi Ramadhana
2026-02-04 21:05:59 +07:00
parent 0c45435db9
commit 0d5e1a4aa1
6 changed files with 182 additions and 0 deletions

12
app/.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
.git
.gitignore
.env
.env.*
node_modules
vendor
tests
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
coverage