diff --git a/public/svgs/readeck.svg b/public/svgs/readeck.svg new file mode 100644 index 000000000..07f6e6157 --- /dev/null +++ b/public/svgs/readeck.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/templates/compose/readeck.yaml b/templates/compose/readeck.yaml new file mode 100644 index 000000000..2a4907974 --- /dev/null +++ b/templates/compose/readeck.yaml @@ -0,0 +1,24 @@ +# 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. +# tags: read-it-later,pocket-alternative,omnivore-alternative,instapaper-alternative +# logo: svgs/readeck.svg +# port: 8000 + +services: + readeck: + image: 'codeberg.org/readeck/readeck:latest' + environment: + - SERVICE_FQDN_READECK + - READECK_USE_X_FORWARDED=true + volumes: + - 'readeck-data:/readeck' + healthcheck: + test: + - CMD + - /bin/readeck + - healthcheck + - '-config' + - config.toml + interval: 30s + timeout: 2s + retries: 3