add booru image search

This commit is contained in:
Owl 2025-01-05 00:00:42 +07:00
parent 2a98b55b8d
commit f8051314cc
17 changed files with 1161 additions and 75 deletions

View file

@ -2,5 +2,12 @@ services:
owlrandomshitbot:
image: owlrandomshitbot
build:
context: .
env_file: ".env"
context: .
dockerfile: Dockerfile.tgbot
env_file: ".env"
booru-api:
image: booru-api
build:
context: .
dockerfile: Dockerfile.booru-api