Add compose.yml
This commit is contained in:
26
compose.yml
Normal file
26
compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
calibre-web:
|
||||
image: linuxserver/calibre-web:latest
|
||||
container_name: calibre-web
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
|
||||
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
|
||||
volumes:
|
||||
- /data:/config
|
||||
- /library:/books
|
||||
ports:
|
||||
- 8083:8083
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- finka-network
|
||||
volumes:
|
||||
data:
|
||||
library:
|
||||
|
||||
networks:
|
||||
finka-network:
|
||||
driver: bridge
|
||||
external: true
|
||||
Reference in New Issue
Block a user