Installation instructions

This commit is contained in:
Silver Ghost 2022-11-18 14:33:04 +03:00
parent 0340dff48a
commit 402395bb47
No known key found for this signature in database

View File

@ -4,6 +4,14 @@
Selfhostable read it later service. Selfhostable read it later service.
## Installation with Docker
This is the recommended way to run Later42
* copy provided docker-compose.yml and customize for your needs
* pull prepared images from the Docker Hub and start - `docker-compose pull && docker-compose up -d`
* alternatively, compile from the sources - `docker-compose build && docker-compose up -d`
## Environment variables ## Environment variables
| Variable | Default | Description | Variable | Default | Description