services:
  web:
    container_name: blog
    build: .
    init: true
    restart: unless-stopped
