Add Docker setup with multi-stage build and Compose deploy config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 18:29:58 +02:00
parent c65c9f1751
commit 34cfcecc1e
3 changed files with 68 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
app:
image: git.hackner.dev/thomas/jobbi-bewerbung:latest
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- data:/app/data
environment:
PORT: "3000"
volumes:
data: