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