Cobalt-DuckDB / compose.yml
Shakshi3104
[update] update README and others
060c381
raw
history blame contribute delete
220 Bytes
services:
cobalt:
container_name: cobalt-duckdb
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
volumes:
- type: bind
source: ./model
target: /model