mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
18 lines
440 B
YAML
18 lines
440 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.23@sha256:f050ee5cb08905375f6e7341f3c838fe592c7ccca3771bdb6859e592d68d86af
|
|
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 |