diff --git a/README.md b/README.md index d35a0cf..b34dd66 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,13 @@ networks: ``` Taking this as an example, it means mounting the local D://model folder of Windows into the container /app/model. If so, the model address in your appsettings.json should be configured as +[LiteDockerCompose](https://github.com/AIDotNet/AntSK/blob/main/docker-compose.simple.yml) +The compact version is deployed with sqlite-disk by one click + +[FullDockerCompose](https://github.com/AIDotNet/AntSK/blob/main/docker-compose.yml) +The full version uses pg+aspire + + ## 3️⃣Some meanings of configuration file ``` {