Files
jobbi-bewerbung/docker-compose.yml
T
2026-06-03 18:29:58 +02:00

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: