calibre-web: add
This commit is contained in:
parent
0cd308329b
commit
2fd65fcbdd
@ -22,6 +22,7 @@ include:
|
|||||||
- services/gluetun.yml
|
- services/gluetun.yml
|
||||||
- services/handbrake-server.yml
|
- services/handbrake-server.yml
|
||||||
- services/redlib.yml
|
- services/redlib.yml
|
||||||
|
- services/calibre-web.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
|
17
services/calibre-web.yml
Normal file
17
services/calibre-web.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
calibre-web:
|
||||||
|
image: docker.io/linuxserver/calibre-web:v0.6.24
|
||||||
|
container_name: calibre-web
|
||||||
|
ports:
|
||||||
|
- 8083:8083
|
||||||
|
networks:
|
||||||
|
public:
|
||||||
|
ipv4_address: 192.168.240.52
|
||||||
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
|
volumes:
|
||||||
|
- "${DOCKER_STORAGE_PATH}/calibre-web:/config"
|
||||||
|
- "${DOCKER_STORAGE_PATH}/syncthing/shares/Calibre Library:/books"
|
||||||
|
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user