mirror of
https://github.com/alterware/aw-bot.git
synced 2025-12-13 04:57:51 +00:00
feat: MongoDB
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user