services:
  docs:
    build: .
    ports:
      - "8000:8000"
    volumes:
      - .:/site
    restart: unless-stopped
