36 lines
571 B
Markdown
36 lines
571 B
Markdown
# Docker Compose configurations
|
|
|
|
## Create an `.env` file.
|
|
|
|
You can copy the example file if you want.
|
|
|
|
cp .env.example .env
|
|
|
|
## Use Docker Compose to spin up the app.
|
|
|
|
Here are some Docker Compose configuration examples.
|
|
|
|
## fullstack
|
|
|
|
Example fullstack Solr, Tika with Tesseract, Web App, and Reverse Proxy instance.
|
|
|
|
## frontend
|
|
|
|
Minimal Web App only, no reverse proxy.
|
|
|
|
## frontend-caddy
|
|
|
|
Web App only with Caddy reverse proxy.
|
|
|
|
## solr
|
|
|
|
Minimal Solr instance.
|
|
|
|
## solr-tika
|
|
|
|
Solr and Tika with Tesseract together.
|
|
|
|
## tika
|
|
|
|
Minimal Tika with Tesseract instance.
|