Files
MitarbeiterPulsDashboard/docker-compose.yml
2026-04-07 17:33:29 +02:00

17 lines
327 B
YAML

version: "3.9"
services:
landingpage:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
expose:
- "80"
healthcheck:
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1/health"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s