Pin Dockge Odysseus registry image
All checks were successful
Container Image / build-and-push (push) Successful in 14s
All checks were successful
Container Image / build-and-push (push) Successful in 14s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user