Docker support #19
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -6,7 +6,7 @@
|
|||
### En local
|
||||
> Cloner le repo.
|
||||
|
||||
> Spécifier un fichier `.env` en suivant l'exemple [de l'exemple](example.env).
|
||||
> Spécifier un fichier `.env` en suivant [l'exemple](config/example.env).
|
||||
|
||||
> Installer les dépendences du bot.
|
||||
```bash
|
||||
|
@ -18,6 +18,19 @@ npm install
|
|||
npm run main
|
||||
```
|
||||
|
||||
### Avec Docker (Recommandé)
|
||||
> Facile avec `docker-compose`
|
||||
```docker
|
||||
version: "3.9"
|
||||
services:
|
||||
botanique:
|
||||
build: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique.git#main
|
||||
container_name: Botanique
|
||||
environment:
|
||||
- TOKEN_DISCORD=your-token-goes-here
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
---
|
||||
### Références
|
||||
[Photo de profil](https://picrew.me/image_maker/1497656)
|
||||
|
|
Loading…
Reference in a new issue