mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
224 B
YAML
10 lines
224 B
YAML
version: "3.8"
|
|
services:
|
|
notebookai:
|
|
build: .
|
|
ports:
|
|
- "3000:3000/tcp"
|
|
command: sh -c "rake db:migrate && rm -f tmp/pids/server.pid && exec rails server -b 0.0.0.0"
|
|
volumes:
|
|
- "./:/notebook-ai"
|