mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-02 05:10:34 +00:00
12 lines
268 B
YAML
12 lines
268 B
YAML
services:
|
|
open_notebook:
|
|
image: lfnovo/open_notebook:latest-single
|
|
ports:
|
|
- "8502:8502"
|
|
env_file:
|
|
- ./docker.env
|
|
pull_policy: always
|
|
volumes:
|
|
- ./notebook_data:/app/data
|
|
- ./surreal_single_data:/mydata
|
|
restart: always
|