mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-18 16:00:41 +00:00
15 lines
251 B
YAML
15 lines
251 B
YAML
version: '3.10'
|
|
|
|
services:
|
|
db-gpt:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: db-gpt:latest
|
|
container_name: db-gpt
|
|
ports:
|
|
- 8000:8000
|
|
- 3306:3306
|
|
restart: unless-stopped
|
|
read-only: true
|