1
0
mirror of https://github.com/e621ng/dtext_rb.git synced 2025-03-04 03:03:03 -05:00
dtext_rb/docker-compose.yml
2022-08-15 21:45:26 +02:00

17 lines
197 B
YAML

version: "3"
services:
dtext:
build: ./
image: dtext
volumes:
- .:/app
rake:
image: dtext
volumes:
- .:/app
entrypoint: rake
profiles:
- "rake"