Pin Dockge Odysseus registry image
All checks were successful
Container Image / build-and-push (push) Successful in 14s

This commit is contained in:
MrSphay
2026-06-05 14:38:05 +02:00
parent 9103a5f051
commit d3f84b4f85
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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: