mirror of
https://github.com/mii443/ncb-chat.git
synced 2025-08-22 16:15:27 +00:00
10 lines
208 B
YAML
10 lines
208 B
YAML
version: '3'
|
|
|
|
services:
|
|
ncb-ping:
|
|
container_name: ncb-chat
|
|
image: ghcr.io/morioka22/ncb-chat:0.0.1
|
|
environment:
|
|
- NCB_TOKEN=YOUR_BOT_TOKEN
|
|
- NCB_APP_ID=YOUR_BOT_ID
|