Add docker compose

This commit is contained in:
DinoShrimp
2026-03-20 22:57:00 +01:00
committed by frosty
parent 783a58d954
commit 86a9ebb90a
3 changed files with 60 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
omnisearch:
build:
context: .
dockerfile: Dockerfile
ports:
- "5000:5000"