services: open_notebook: image: lfnovo/open_notebook:v1-latest-single ports: - "8502:8502" - "5055:5055" env_file: - ./docker.env pull_policy: always volumes: - ./notebook_data:/app/data - ./surreal_single_data:/mydata restart: always