添加新的provider,旧的可以删了
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
data_provider:
|
||||
build: .
|
||||
container_name: data-provider
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
CONFIG_PATH: /app/config.json
|
||||
UVICORN_HOST: 0.0.0.0
|
||||
UVICORN_PORT: "9009"
|
||||
volumes:
|
||||
- ./config.json:/app/config.json:ro
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- "9009:9009"
|
||||
|
||||
Reference in New Issue
Block a user