Add support for extensions
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
This commit is contained in:
parent
64a116d947
commit
793f67db42
39 changed files with 3670 additions and 1309 deletions
|
|
@ -5,12 +5,19 @@ services:
|
|||
ports:
|
||||
- "5000:5000"
|
||||
|
||||
environment:
|
||||
EXTENSIONS_DIR=/home/botuser/extensions
|
||||
|
||||
volumes:
|
||||
# To use a host directory instead of a named volume:
|
||||
# Linux: - /Docker/Bots/discord-rss-bot:/home/botuser/.local/share/discord_rss_bot/
|
||||
# Windows: - C:\Docker\Bots\discord-rss-bot:/home/botuser/.local/share/discord_rss_bot/
|
||||
- data:/home/botuser/.local/share/discord_rss_bot/
|
||||
|
||||
# Uncomment and point to a directory with your .py extension plugins:
|
||||
# Linux: - /path/to/extensions:/home/botuser/extensions
|
||||
# Windows: - C:\Extensions:/home/botuser/extensions
|
||||
|
||||
healthcheck:
|
||||
test: [ "CMD", "uv", "run", "./discord_rss_bot/healthcheck.py" ]
|
||||
interval: 1m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue