aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDinoShrimp <69805161+adinoshrimp@users.noreply.github.com>2026-03-20 22:57:00 +0100
committerfrosty <gabriel@bwaaa.monster>2026-03-27 00:20:52 -0400
commit86a9ebb90a2ac07d836c1408e3a15feb8615bd62 (patch)
tree6313b5645f8e96034175c68de7e911c6876bd448 /README.md
parent783a58d95487a1a8e97f1cc5f2fc58016e695b7e (diff)
downloadomnisearch-86a9ebb90a2ac07d836c1408e3a15feb8615bd62.tar.gz
Add docker compose
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e7a176..50a8d3c 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,20 @@ On macOS, use `install-launchd`.
## Hosting
Run it normally behind a reverse proxy (like nginx)
+## Deploy with Docker Compose
+
+You need Docker or Podman and Docker Compose installed on your system.
+
+Run the container:
+
+```
+$ git clone https://git.bwaaa.monster/omnisearch
+$ cd omnisearch
+$ docker compose up -d --build
+```
+
+By default it can be reached on port 5000.
+
## Customisation
To make your own changes while still being able to receive upstream updates: