mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-30 00:22:10 -04:00
Add explcit docker image source for the podman users (#224)
Co-authored-by: Jasper Stubbe <jasper.stubbe.b@gmail.com>
This commit is contained in:
+3
-3
@@ -44,7 +44,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
chromadb:
|
chromadb:
|
||||||
image: chromadb/chroma:latest
|
image: docker.io/chromadb/chroma:latest
|
||||||
ports:
|
ports:
|
||||||
- "${CHROMADB_BIND:-127.0.0.1}:8100:8000"
|
- "${CHROMADB_BIND:-127.0.0.1}:8100:8000"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -54,7 +54,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
image: searxng/searxng:latest
|
image: docker.io/searxng/searxng:latest
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
@@ -85,7 +85,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
ntfy:
|
ntfy:
|
||||||
image: binwiederhier/ntfy
|
image: docker.io/binwiederhier/ntfy
|
||||||
command: serve
|
command: serve
|
||||||
ports:
|
ports:
|
||||||
- "${NTFY_BIND:-127.0.0.1}:8091:80"
|
- "${NTFY_BIND:-127.0.0.1}:8091:80"
|
||||||
|
|||||||
Reference in New Issue
Block a user