owlrandomshitbot/docker-compose.yml

14 lines
244 B
YAML
Raw Normal View History

2024-10-25 16:45:07 +00:00
services:
owlrandomshitbot:
image: owlrandomshitbot
build:
2025-01-04 17:00:42 +00:00
context: .
dockerfile: Dockerfile.tgbot
env_file: ".env"
booru-api:
image: booru-api
build:
context: .
dockerfile: Dockerfile.booru-api