diff --git a/README.md b/README.md index 3f455a6..da80740 100644 --- a/README.md +++ b/README.md @@ -187,32 +187,8 @@ _Docker Image is Available at [Docker Hub](https://hub.docker.com/r/zeyoog/ailam ### Using Docker Compose :- #### Docker Compose File : -```yaml -version: '3.8' - -services: - app: - image: ailama:latest - environment: - - TOKEN= - - OLLAMA_URL= - - OLLAMA_PORT= - - OLLAMA_MODEL= - - OLLAMA_EMBEDDING_MODEL= - - DEV_ID= - # Optional Parameters :- - # Write inside single quotes and the user ids separated by commas, if you dont want to use this feature, just write '' (empty string enclosed by single quotes) - - OLLAMA_CHAT_MEMORY_UPTO= - - WHITELISTED_USERS=',, ... ' - - SEARXNG_URL= - - SEARXNG_PORT= - - SEARXNG_ENGINES= - - AUTOMATIC1111_URL= - - AUTOMATIC1111_PORT= - - AUTOMATIC1111_STEPS= - - AUTOMATIC1111_SAMPLER_NAME= - - AUTOMATIC1111_SCHEDULER_TYPE= -``` +https://github.com/ZeyoYT/AiLama/blob/0f4dbfabf7440ae73d7019acf3c9fa0b3e74ab1f/docker-compose.yaml#L1-L20 + #### Run Command : ``` docker-compose up -d @@ -305,4 +281,4 @@ SEARXNG_ENGINES=
-### For More Information on Commands and Usage, Check the [Wiki](https://github.com/zeyoyt/AiLama/wiki) \ No newline at end of file +### For More Information on Commands and Usage, Check the [Wiki](https://github.com/zeyoyt/AiLama/wiki)