mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-09 10:39:11 +02: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:
parent
d90fa42151
commit
89ef746816
1 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
chromadb:
|
||||
image: chromadb/chroma:latest
|
||||
image: docker.io/chromadb/chroma:latest
|
||||
ports:
|
||||
- "${CHROMADB_BIND:-127.0.0.1}:8100:8000"
|
||||
volumes:
|
||||
|
|
@ -54,7 +54,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
searxng:
|
||||
image: searxng/searxng:latest
|
||||
image: docker.io/searxng/searxng:latest
|
||||
entrypoint:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
|
@ -85,7 +85,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
image: docker.io/binwiederhier/ntfy
|
||||
command: serve
|
||||
ports:
|
||||
- "${NTFY_BIND:-127.0.0.1}:8091:80"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue