feat: MongoDB

This commit is contained in:
2025-11-27 12:47:04 +01:00
parent 796168e2c4
commit 8d215f56f3
7 changed files with 46 additions and 4324 deletions

View File

@@ -11,7 +11,6 @@ COPY requirements.txt .
RUN /bot-env/bin/pip install --no-cache-dir -r requirements.txt
COPY bot /aw-bot/bot
COPY chat /aw-bot/chat
COPY database /aw-bot/database
COPY sounds /aw-bot/sounds
COPY aw.py .
@@ -26,6 +25,8 @@ ENV DISCOURSE_USERNAME=""
# Where the database will be stored
ENV BOT_DATA_DIR=""
ENV MONGO_URI=""
# Accept build arguments for metadata
ARG BUILD_DATE=""
ARG GIT_TAG=""