Files

12 lines
376 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
# openai-status-bot-development database (overrides any .env value).
services:
bot:
build: .
env_file:
- .env
environment:
MONGODB_DATABASE: openai-status-bot-development
restart: unless-stopped