Compare commits
2 Commits
6929950aff
...
7c66110117
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c66110117 | |||
| a68167722f |
20
docker/calibre-web/docker-compose.yml
Normal file
20
docker/calibre-web/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
version: '3.2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
calibre-web:
|
||||||
|
image: lscr.io/linuxserver/calibre-web
|
||||||
|
container_name: calibre-web
|
||||||
|
ports:
|
||||||
|
- 9083:8083
|
||||||
|
environment:
|
||||||
|
- PUID=1002 #calibre
|
||||||
|
- PGID=1002 #calibre
|
||||||
|
- TZ=Europe/London
|
||||||
|
- DOCKER_MODS=linuxserver/calibre-web:calibre #optional
|
||||||
|
# - OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
|
||||||
|
volumes:
|
||||||
|
- /srv/calibre/books:/books:ro
|
||||||
|
- /srv/calibre/config_web:/config
|
||||||
|
# - /srv/calibre/config_web/gmail.json:/app/calibre-web/gmail.json
|
||||||
|
restart: always
|
||||||
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
version: '3.2'
|
|
||||||
|
|
||||||
services:
|
|
||||||
calibre:
|
|
||||||
image: technosoft2000/calibre-web
|
|
||||||
ports:
|
|
||||||
- 8095:8083
|
|
||||||
volumes:
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /var/lib/docker/volumes/nextcloud_nextcloud/_data/data/vahagn/files/Books/Library:/books:ro
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
- PGID=33
|
|
||||||
- PUID=33
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
# nextcloud:
|
||||||
image: nextcloud:20
|
# image: nextcloud:20
|
||||||
ports:
|
# ports:
|
||||||
- 8092:80
|
# - 8092:80
|
||||||
volumes:
|
# volumes:
|
||||||
- /srv/nextcloud:/var/www/html
|
# - /srv/nextcloud:/var/www/html
|
||||||
restart: always
|
# restart: always
|
||||||
links:
|
# links:
|
||||||
- db
|
# - db
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
@@ -35,7 +35,6 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
#- 8090:80
|
|
||||||
- 8090:80
|
- 8090:80
|
||||||
links:
|
links:
|
||||||
- app
|
- app
|
||||||
|
|||||||
Reference in New Issue
Block a user