owlrandomshitbot/docker-compose.yml
2025-01-05 00:00:42 +07:00

14 lines
244 B
YAML

services:
owlrandomshitbot:
image: owlrandomshitbot
build:
context: .
dockerfile: Dockerfile.tgbot
env_file: ".env"
booru-api:
image: booru-api
build:
context: .
dockerfile: Dockerfile.booru-api