Refactor: migrate discordbot
All checks were successful
Go test / run-go-vet (push) Successful in 20s
Go test / check-swagger-up-to-date (push) Successful in 9s
Go test / run-go-test (push) Successful in 47s
Go test / cleanup-go-test (push) Successful in 4s
Go test / release-image (push) Successful in 3m35s

This commit is contained in:
2025-12-13 02:03:01 +08:00
parent 0fc8f1f08c
commit 47f09b733a
23 changed files with 613 additions and 66 deletions

View File

@@ -74,6 +74,17 @@ services:
- uptrace
restart: unless-stopped
dcbot:
image: go2025/backend:latest
command: ["dcbot"]
env_file:
- path: ./.env
required: false
depends_on:
- backend
restart: unless-stopped
volumes:
redis: {}
postgres: {}