You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are running ollama (http://host.docker.internal:11434) locally, you are good to go.
169
+
If you want to use an external AI service, please enter your API key in the .env file.
170
+
171
+
The files [mcp-proxy-config.json](https://github.com/dashjoin/docker-compose/blob/main/config-docker/mcp-proxy-config.json) and [settings.yml](https://github.com/dashjoin/docker-compose/blob/main/config-docker/settings.yml) contain the default setup for your AI models and MCP servers. Usually, there is no need to make changes here.
172
+
173
+
### Starting
174
+
175
+
To start, stop, and delete the setup, run these commands:
176
+
177
+
```
178
+
# start containers
179
+
docker compose up
180
+
181
+
# stop containers
182
+
docker compose stop
183
+
184
+
# delete containers
185
+
docker compose down
186
+
```
187
+
188
+
### Volumes
189
+
190
+
In your working directory, you will find a folder called "volumes". It contains the persistent volumes for the dashjoin, aia, and postgres containers.
191
+
Note that the data is retained even after "docker compose down" is run.
192
+
193
+
### Docker MCP
194
+
195
+
You can run MCP servers installed in the MCP toolkit in docker desktop. To expose them to clients, run this command:
0 commit comments