diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..ece8006 --- /dev/null +++ b/docker-compose.yml @@ -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 \ No newline at end of file