mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-24 12:40: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
|
tubearchivist.env
|
||||||
umami.env
|
umami.env
|
||||||
gitea.env
|
gitea.env
|
||||||
|
redditbot.env
|
||||||
|
|
||||||
# example hooks
|
# example hooks
|
||||||
docker-hook.json
|
docker-hook.json
|
||||||
|
@ -140,6 +140,14 @@ services:
|
|||||||
- ./volume/gitea/db:/var/lib/postgresql/data
|
- ./volume/gitea/db:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- gitea_network
|
- gitea_network
|
||||||
|
redditbot:
|
||||||
|
container_name: redditbot
|
||||||
|
restart: unless-stopped
|
||||||
|
image: bbilly1/redditbot
|
||||||
|
volumes:
|
||||||
|
- ./volume/redditbot/data:/data
|
||||||
|
env_file:
|
||||||
|
- ./env/redditbot.env
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
front:
|
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