mirror of
https://codeberg.org/D3M0N/antichrist_bot.git
synced 2025-04-11 20:58:47 +02:00
8 lines
188 B
YAML
8 lines
188 B
YAML
services:
|
|
antichrist_bot:
|
|
build: .
|
|
container_name: antichrist_bot_instance
|
|
volumes:
|
|
- ./configs:/app/configs
|
|
- ./modules:/app/modules
|
|
restart: unless-stopped
|