forked from serversathome/ServersatHome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.yaml
More file actions
46 lines (46 loc) · 998 Bytes
/
Copy pathbooks.yaml
File metadata and controls
46 lines (46 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
services:
readarr:
image: lscr.io/linuxserver/readarr:develop
container_name: readarr
environment:
- PUID=568
- PGID=568
- TZ=America/New_York
volumes:
- ./config:/config
- /media:/media
ports:
- 8787:8787
restart: unless-stopped
calibre:
image: lscr.io/linuxserver/calibre:latest
container_name: calibre
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=568
- PGID=568
- TZ=America/New_York
- PASSWORD= #optional
- CLI_ARGS= #optional
volumes:
- ./config:/config
- /media:/media
ports:
- 8092:8080
- 8181:8181
- 8093:8081
restart: unless-stopped
kavita:
image: lscr.io/linuxserver/kavita:latest
container_name: kavita
environment:
- PUID=568
- PGID=568
- TZ=America/New_York
volumes:
- ./config:/config
- /media:/media
ports:
- 5000:5000
restart: unless-stopped