mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2025-09-21 06:41:35 +01:00
7 lines
149 B
YAML
7 lines
149 B
YAML
---
|
|
services:
|
|
bot:
|
|
image: ghcr.io/aydenjahola/circuitrix:latest
|
|
container_name: discord-bot
|
|
restart: unless-stopped
|
|
env_file: .env
|