mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
fix(google-palm-process.py): replace actual API key with placeholder 'S'
fix(docker-compose.yml): add build configuration for botator service feat(docker-compose.yml): add env_file configuration for botator service
This commit is contained in:
@@ -3,12 +3,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
botator:
|
||||
image: botator/botator:latest
|
||||
container_name: botator
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
restart: always
|
||||
volumes:
|
||||
- ./database:/Botator/database
|
||||
environment:
|
||||
- PERSPECTIVE_API_KEY=your_api_key
|
||||
- WEBHOOK_URL=https://yourdomain.com/botator
|
||||
- DISCORD_TOKEN=your_token
|
||||
- DISCORD_TOKEN=your_token
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user