services: app: build: . ports: - "8000:8000" volumes: - ./data:/data restart: unless-stopped