mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-24 04:30:13 +00:00
add redditbot
This commit is contained in:
parent
ac4141fd19
commit
ebf2ba61c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ postgres.env
|
||||
tubearchivist.env
|
||||
umami.env
|
||||
gitea.env
|
||||
redditbot.env
|
||||
|
||||
# example hooks
|
||||
docker-hook.json
|
||||
|
@ -140,6 +140,14 @@ services:
|
||||
- ./volume/gitea/db:/var/lib/postgresql/data
|
||||
networks:
|
||||
- gitea_network
|
||||
redditbot:
|
||||
container_name: redditbot
|
||||
restart: unless-stopped
|
||||
image: bbilly1/redditbot
|
||||
volumes:
|
||||
- ./volume/redditbot/data:/data
|
||||
env_file:
|
||||
- ./env/redditbot.env
|
||||
|
||||
networks:
|
||||
front:
|
||||
|
3
env/redditbot.sample.env
vendored
Normal file
3
env/redditbot.sample.env
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
SUB_REDDIT=r/TubeArchivist
|
||||
KEYWORDS=tubearchivist, tube archivist
|
||||
DISCORD_HOOK=https://discord.com/api/webhooks/00000000000000/aaaaaaaaa
|
Loading…
Reference in New Issue
Block a user