feat: add aiprovider service foundation

This commit is contained in:
linkong
2026-04-07 17:30:27 +08:00
parent 3f5505f03e
commit 9a50e72bd1
42 changed files with 1766 additions and 166 deletions

View File

@@ -1,6 +1,19 @@
version: '3.8'
services:
aiprovider:
build:
context: .
dockerfile: aiprovider/Dockerfile
container_name: planet_aiprovider
ports:
- "8010:8010"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8010/health"]
interval: 10s
timeout: 5s
retries: 5
postgres:
image: postgres:15
container_name: planet_postgres