Skip to content

Commit

Permalink
Update the Docker setup section on wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexInCube committed Nov 15, 2024
1 parent e244d6a commit b16781b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wiki/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b16781b

Please sign in to comment.