feat(sp23): docker-compose.yml with backend + frontend, named volumes, secrets

This commit is contained in:
Cyclone
2026-06-23 17:22:06 -06:00
parent 67dae61a94
commit d42fbc8c1b
2 changed files with 88 additions and 78 deletions
+13
View File
@@ -0,0 +1,13 @@
# Repo-root .dockerignore — applies to `docker compose build` (which builds
# both backend and frontend contexts from the repo root). Excludes anything
# that should never end up in a build context.
.worktrees/
.git/
.github/
docs/prodfiles/
*.production.txt
node_modules/
dist/
.venv/
.superpowers/brainstorm/