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
|
```yaml
|
||||||
services:
|
services:
|
||||||
odysseus:
|
odysseus:
|
||||||
image: ${ODYSSEUS_IMAGE:-git.wilkensxl.de/mrsphay/odysseus:latest}
|
image: git.wilkensxl.de/mrsphay/odysseus:latest
|
||||||
ports:
|
ports:
|
||||||
- "${APP_BIND:-127.0.0.1}:${APP_PORT:-7000}:7000"
|
- "${APP_BIND:-127.0.0.1}:${APP_PORT:-7000}:7000"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -171,7 +171,6 @@ volumes:
|
|||||||
Minimal `.env` template:
|
Minimal `.env` template:
|
||||||
|
|
||||||
```dotenv
|
```dotenv
|
||||||
ODYSSEUS_IMAGE=git.wilkensxl.de/mrsphay/odysseus:latest
|
|
||||||
APP_BIND=127.0.0.1
|
APP_BIND=127.0.0.1
|
||||||
APP_PORT=7000
|
APP_PORT=7000
|
||||||
CHROMADB_BIND=127.0.0.1
|
CHROMADB_BIND=127.0.0.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
odysseus:
|
odysseus:
|
||||||
image: ${ODYSSEUS_IMAGE:-git.wilkensxl.de/mrsphay/odysseus:latest}
|
image: git.wilkensxl.de/mrsphay/odysseus:latest
|
||||||
ports:
|
ports:
|
||||||
- "${APP_BIND:-127.0.0.1}:${APP_PORT:-7000}:7000"
|
- "${APP_BIND:-127.0.0.1}:${APP_PORT:-7000}:7000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user