mirror of
https://github.com/arthur-pbty/discord-selfbot.git
synced 2026-06-03 23:19:12 +02:00
Create docker-compose.yml
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
bot:
|
||||
image: selfbot_discord
|
||||
build: .
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
environment:
|
||||
- IA_URL=http://127.0.0.1:11434/api/generate
|
||||
Reference in New Issue
Block a user