Refactor: migrate discordbot
All checks were successful
All checks were successful
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user