services: frontend: build: context: . args: BUN_VERSION: ${BUN_VERSION:-1.3.11} restart: unless-stopped # `expose`, nicht `ports`: Der Port gehört ins Docker-Netz. Coolify stellt # die Seite über Traefik zu. expose: - "80" healthcheck: test: ["CMD", "wget", "-qO-", "http://127.0.0.1/"] interval: 30s timeout: 5s retries: 3 start_period: 5s