init
Some checks failed
Gitea Auto Deploy / Deploy-Container (push) Failing after 6s

This commit is contained in:
2025-05-25 22:29:44 +07:00
commit 5eb5aa6eec
27 changed files with 1998 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
firefly-bot:
build:
context: .
dockerfile: Dockerfile
container_name: firefly-bot
networks:
- bot-network
networks:
bot-network: