14 lines
244 B
YAML
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
|