services: website: build: . ports: - "8000:8000" volumes: - ./content/posts:/app/content/posts restart: unless-stopped