mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-21 00:49:36 +00:00
15 lines
250 B
YAML
15 lines
250 B
YAML
version: '3.9'
|
|
|
|
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
|