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