mirror of
https://github.com/e621ng/dtext_rb.git
synced 2025-03-04 03:03:03 -05:00
17 lines
197 B
YAML
17 lines
197 B
YAML
version: "3"
|
|
|
|
services:
|
|
dtext:
|
|
build: ./
|
|
image: dtext
|
|
volumes:
|
|
- .:/app
|
|
|
|
rake:
|
|
image: dtext
|
|
volumes:
|
|
- .:/app
|
|
entrypoint: rake
|
|
profiles:
|
|
- "rake"
|