mirror of
https://github.com/arthur-pbty/discord-selfbot.git
synced 2026-06-03 15:07:22 +02:00
12 lines
202 B
YAML
12 lines
202 B
YAML
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
|