add calibre
This commit is contained in:
parent
9f08570e21
commit
92562540bb
@ -247,3 +247,22 @@ services:
|
||||
networks:
|
||||
servarrnetwork:
|
||||
ipv4_address: 172.18.0.10
|
||||
|
||||
calibre:
|
||||
image: lscr.io/linuxserver/calibre:latest
|
||||
container_name: calibre
|
||||
restart: always
|
||||
environment:
|
||||
- PUID=${USER_PUID}
|
||||
- PGID=${USER_PGID}
|
||||
- TZ=${TZ}
|
||||
- PASSWORD=${CALIBRE_PASS}
|
||||
volumes:
|
||||
- ${CONFIG_PATH}/calibre:/config
|
||||
- ${DATA_PATH}:/data
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8081:8081
|
||||
networks:
|
||||
servarrnetwork:
|
||||
ipv4_address: 172.18.0.11
|
||||
|
||||
@ -13,3 +13,4 @@ USER_PUID=1000
|
||||
USER_PGID=1000
|
||||
NZBGET_USER=user
|
||||
NZBGET_PASS=passwd
|
||||
CALIBRE_PASS=123
|
||||
|
||||
Loading…
Reference in New Issue
Block a user