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:
@@ -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:
|
||||
Reference in New Issue
Block a user