version: '3.8' services: web: build: context: . dockerfile: Dockerfile image: river-rooks-blog:latest container_name: river_rooks_web restart: unless-stopped ports: - "8080:80" healthcheck: test: ["CMD", "wget", "-qO-", "http://localhost:80/"] interval: 30s timeout: 5s retries: 3