Add Dockerfile, docker-compose.yml, and coolify.json for deployment

SPA pattern: node build → nginx serve on port 3000, exposed via HOST_PORT.
Deploys to box-repoapps as spike-breakdown on port 2011, domain spikes.dotrepo.com.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 11:53:35 -06:00
parent 73cec8a07e
commit bac60a2d8d
3 changed files with 36 additions and 0 deletions

9
coolify.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "spike-breakdown",
"buildpack": "dockercompose",
"branch": "master",
"port": 2011,
"domain": "spikes.dotrepo.com",
"server": "box-repoapps",
"repo": "idea.llm.spike.breakdown"
}