coolify/templates/compose/readeck.yaml

26 lines
731 B
YAML
Raw Normal View History

2024-11-01 23:26:33 +00:00
# documentation: https://readeck.org/en/docs/
# slogan: Simple web application that lets you save the precious readable content of web pages you like and want to keep forever.
# category: productivity
2024-11-01 23:26:33 +00:00
# tags: read-it-later,pocket-alternative,omnivore-alternative,instapaper-alternative
# logo: svgs/readeck.svg
# port: 8000
services:
readeck:
2024-11-08 10:24:26 +00:00
image: codeberg.org/readeck/readeck:latest
2024-11-01 23:26:33 +00:00
environment:
- SERVICE_URL_READECK
2024-11-08 10:24:26 +00:00
- READECK_USE_X_FORWARDED=${READECK_USE_X_FORWARDED:-true}
2024-11-01 23:26:33 +00:00
volumes:
2024-11-08 10:24:26 +00:00
- readeck_data:/readeck
2024-11-01 23:26:33 +00:00
healthcheck:
test:
- CMD
- /bin/readeck
- healthcheck
- '-config'
- config.toml
interval: 30s
timeout: 2s
retries: 3