From b16781bbe4d1c456f8b98eba4b0e042a90c6f8c4 Mon Sep 17 00:00:00 2001 From: AlexInCube Date: Fri, 15 Nov 2024 14:28:41 +0200 Subject: [PATCH] Update the Docker setup section on wiki --- wiki/Setup.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wiki/Setup.md b/wiki/Setup.md index 4470fa6..daeb4ce 100644 --- a/wiki/Setup.md +++ b/wiki/Setup.md @@ -41,9 +41,12 @@ Also you need retrieve token, client id and enable intents on Discord Developer # 🐋 Run in Docker (recommended) +> [!CAUTION] +> MONGO_URI in .env.production must be mongodb://aicbot-mongo:27017. + - Install [Docker](https://www.docker.com/get-started/) -- Copy docker-compose.yml, Dockerfile in empty folder -- Follow the [Configure .env](#-configure-env) section and copy .env.production in folder with docker-compose.yml etc. +- Copy [docker-compose.yml](https://github.com/AlexInCube/AlCoTest/blob/master/docker-compose.yml) in empty folder +- Follow the [Configure .env](#-configure-env) section and copy .env.production in folder with docker-compose.yml. - (Optional) Follow the [YouTube Cookie](https://github.com/AlexInCube/AlCoTest/wiki/API-Configure#-youtube-cookie-optional) section and copy yt-cookies.json in the folder with docker-compose.yml etc. - Your file structure must be like this