mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2026-08-04 06:46:17 +00:00
Fix in image link + set fixed version
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
|||||||
MONGO_INITDB_ROOT_PASSWORD: ${DB_PASSWORD}
|
MONGO_INITDB_ROOT_PASSWORD: ${DB_PASSWORD}
|
||||||
|
|
||||||
core:
|
core:
|
||||||
image: ghcr.io/mbecker20/komodo:${COMPOSE_KOMODO_IMAGE_TAG:-latest}
|
image: ghcr.io/moghtech/komodo-core:2.2.0
|
||||||
labels:
|
labels:
|
||||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -61,7 +61,7 @@ services:
|
|||||||
## or deploy the Periphery binary with systemd using
|
## or deploy the Periphery binary with systemd using
|
||||||
## https://github.com/mbecker20/komodo/tree/main/scripts
|
## https://github.com/mbecker20/komodo/tree/main/scripts
|
||||||
periphery:
|
periphery:
|
||||||
image: ghcr.io/mbecker20/periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest}
|
image: ghcr.io/moghtech/komodo-periphery:2.2.0
|
||||||
labels:
|
labels:
|
||||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user