docs: add self-hosted deployment guide, Dockerfile & docker-compose.yml

This commit is contained in:
KitchenStock
2026-07-26 20:09:09 +02:00
parent 83fcf6909c
commit f60f261a09
3 changed files with 78 additions and 22 deletions
+14
View File
@@ -0,0 +1,14 @@
version: '3.8'
services:
kitchen-stock:
build: .
container_name: kitchen-stock
restart: always
ports:
- "3000:3000"
environment:
- NODE_ENV=production
- GEMINI_API_KEY=AQ.Ab8RN6IF-hRoe09JrDVAAktkIAPu400_bnh8egCVa8nuTYyAPQ
- GEMINI_MODEL=gemma-2-27b-it
- NEXT_PUBLIC_APP_URL=http://localhost:3000