From d3f84b4f8508bb8f5b8f87d039e00fd81318f140 Mon Sep 17 00:00:00 2001 From: MrSphay Date: Fri, 5 Jun 2026 14:38:05 +0200 Subject: [PATCH] Pin Dockge Odysseus registry image --- README.md | 3 +-- docker-compose.dockge.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3007bd..b6c277a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ is also available as `docker-compose.dockge.yml`. ```yaml services: odysseus: - image: ${ODYSSEUS_IMAGE:-git.wilkensxl.de/mrsphay/odysseus:latest} + image: git.wilkensxl.de/mrsphay/odysseus:latest ports: - "${APP_BIND:-127.0.0.1}:${APP_PORT:-7000}:7000" volumes: @@ -171,7 +171,6 @@ volumes: Minimal `.env` template: ```dotenv -ODYSSEUS_IMAGE=git.wilkensxl.de/mrsphay/odysseus:latest APP_BIND=127.0.0.1 APP_PORT=7000 CHROMADB_BIND=127.0.0.1 diff --git a/docker-compose.dockge.yml b/docker-compose.dockge.yml index b0533c0..8a1bc37 100644 --- a/docker-compose.dockge.yml +++ b/docker-compose.dockge.yml @@ -1,6 +1,6 @@ services: odysseus: - image: ${ODYSSEUS_IMAGE:-git.wilkensxl.de/mrsphay/odysseus:latest} + image: git.wilkensxl.de/mrsphay/odysseus:latest ports: - "${APP_BIND:-127.0.0.1}:${APP_PORT:-7000}:7000" volumes: