34cfcecc1e
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
223 B
YAML
14 lines
223 B
YAML
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:
|