mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
[COMPOSE] Sample compose file
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Docker compose sample file
|
||||
|
||||
version: '3'
|
||||
services:
|
||||
botator:
|
||||
image: botator/botator:latest
|
||||
container_name: botator
|
||||
restart: always
|
||||
volumes:
|
||||
- ./config:/config
|
||||
environment:
|
||||
- PERSPECTIVE_API_KEY=your_api_key
|
||||
- WEBHOOK_URL=https://yourdomain.com/botator
|
||||
- DISCORD_TOKEN=your_token
|
||||
Reference in New Issue
Block a user