Docker container examples for No Moss 3 Carbo Landfill Online Library.
Go to file
2024-06-03 16:42:29 +00:00
code-server Added code-server recipe. Some aspects still aren't working correctly. 2024-06-03 16:41:52 +00:00
frontend Renamed nm3clol directory to frontend. 2024-05-26 06:28:42 -04:00
frontend-caddy Renamed nm3clol directory to frontend. 2024-05-26 06:28:42 -04:00
fullstack Added string interpolation to solr configuration. 2024-05-26 06:15:43 -04:00
solr Added string interpolation to solr configuration. 2024-05-26 06:15:43 -04:00
solr-tika Added string interpolation to solr configuration. 2024-05-26 06:15:43 -04:00
tika Added string interpolation to solr configuration. 2024-05-26 06:15:43 -04:00
website-archiver Added website archiver script using httrack over Docker. Still not working correctly. 2024-06-03 16:42:29 +00:00
.env.example Updated solr and tika configurations. 2024-05-26 04:47:53 -04:00
.gitignore Updated solr and tika configurations. 2024-05-26 04:47:53 -04:00
LICENSE Initial commit 2024-05-26 00:47:58 -04:00
nm3clol.Caddyfile Imported docker configuration from main source repository. 2024-05-26 01:23:51 -04:00
nm3clol.Dockerfile Imported docker configuration from main source repository. 2024-05-26 01:23:51 -04:00
README.md Renamed nm3clol directory to frontend. 2024-05-26 06:28:42 -04:00
solr-log4j2.xml Updated solr and tika configurations. 2024-05-26 04:47:53 -04:00
tika-config.xml Imported docker configuration from main source repository. 2024-05-26 01:23:51 -04:00
tika-log4j2.xml Updated solr and tika configurations. 2024-05-26 04:47:53 -04:00
tika-TesseractOCRConfig.properties Updated solr and tika configurations. 2024-05-26 04:47:53 -04:00

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.