Files
pile/docker-compose.yml
rm-dr fac300431a
All checks were successful
CI / Typos (push) Successful in 16s
CI / Build and test (push) Successful in 1m43s
CI / Clippy (push) Successful in 2m42s
Docker / build-and-push (push) Successful in 4m28s
CI / Build and test (all features) (push) Successful in 6m28s
Docker
2026-03-26 19:49:36 -07:00

15 lines
329 B
YAML

services:
pile:
#image: git.betalupi.com/mark/pile:latest
image: pile
container_name: pile
restart: unless-stopped
ports:
- 7100:7100
volumes:
- "./x.ignore/books:/data/books:ro"
- "./pile:/workdir"
command: "pile server -c /data/books/pile.toml --workdir /workdir 0.0.0.0:7100"