services: blog: image: kasperhermansen/kasperhermansen-blog:1753957143 healthcheck: test: - CMD - wget - "--spider" - "-q" - http://localhost:80 interval: 10s timeout: 3s retries: 5 labels: logging: promtail ports: - 9080:80 - 9443:443 restart: always