mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-31 07:43:13 +00:00
Add Dockerfile
Update blacklist Clean up e621 code
This commit is contained in:
parent
dbe660ded9
commit
d28a759f8e
24 changed files with 119 additions and 37 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
bot:
|
||||
build: Bot
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./Bot/data:/app/data
|
||||
environment:
|
||||
DISCORD_TOKEN: ${DISCORD_TOKEN}
|
||||
DISCORD_GUILD_ID: ${DISCORD_GUILD_ID}
|
||||
E621_USERNAME: ${E621_USERNAME}
|
||||
E621_API_KEY: ${E621_API_KEY}
|
Loading…
Add table
Add a link
Reference in a new issue