mirror of
https://github.com/tiennm99/openai-status-bot.git
synced 2026-07-14 11:08:46 +00:00
12 lines
367 B
YAML
12 lines
367 B
YAML
# Development runtime: bot only, connecting to the shared Atlas cluster.
|
|
# There is no local datastore; set MONGODB_URI in .env. This file targets the
|
|
# development database (the MONGODB_DATABASE below overrides any .env value).
|
|
services:
|
|
bot:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
MONGODB_DATABASE: development
|
|
restart: unless-stopped
|