add docker deployment stack and vps setup docs
This commit is contained in:
parent
d301c7b4f3
commit
1fccb16dba
8 changed files with 544 additions and 0 deletions
16
.dockerignore
Normal file
16
.dockerignore
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.git
|
||||
.github
|
||||
.DS_Store
|
||||
.bun
|
||||
.tmp
|
||||
node_modules
|
||||
dist
|
||||
coverage
|
||||
logs
|
||||
apps/web/.next
|
||||
.env
|
||||
.env.*
|
||||
session-ses_*.md
|
||||
token-usage-output.txt
|
||||
!.env.example
|
||||
!**/.env.example
|
||||
Loading…
Add table
Add a link
Reference in a new issue