Initial commit: spreewaldzeit + Dockerfile for Coolify (Next.js + Prisma/SQLite)

This commit is contained in:
2026-06-03 14:08:48 +02:00
committed by Ihor_Zhekov
commit bf5d79a919
94 changed files with 12480 additions and 0 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
node_modules
.next
.git
.gitignore
.claude
.DS_Store
*.log
# secrets — provide via Coolify env vars instead
.env
.env.local
.env.*.local
# dev DB — production DB lives on the persistent volume
prisma/dev.db
prisma/dev.db-journal
prisma/*.db
# build artefacts
tsconfig.tsbuildinfo
dist
out
# docker meta
Dockerfile
.dockerignore
README.md