mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
19 lines
441 B
YAML
19 lines
441 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: calibre-web_server_1
|
|
APP_PORT: 8083
|
|
|
|
server:
|
|
image: linuxserver/calibre-web:0.6.20@sha256:c39c87ab788aba54e3d61fc3e38208be93c9abb048c65aa7e968d97f069e15c1
|
|
stop_grace_period: 1m
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
- ${APP_DATA_DIR}/data/books:/books
|
|
restart: on-failure
|