Docker
All checks were successful
All checks were successful
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user