mirror of
https://github.com/tiennm99/openai-status-bot.git
synced 2026-07-14 07:05:20 +00:00
10 lines
291 B
YAML
10 lines
291 B
YAML
# Default production runtime: bot only, connecting to the shared Atlas cluster via .env.
|
|
# Uses the production database (MONGODB_DATABASE in .env, default
|
|
# openai_status_bot). There is no local datastore.
|
|
services:
|
|
bot:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|