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:
@@ -26,9 +26,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_ROOT_USERNAME: ${DB_USERNAME}
|
MONGO_INITDB_ROOT_USERNAME: ${DB_USERNAME}
|
||||||
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
|
||||||
@@ -52,16 +52,16 @@ services:
|
|||||||
# - /path/to/syncs:/syncs
|
# - /path/to/syncs:/syncs
|
||||||
## Optionally mount a custom core.config.toml
|
## Optionally mount a custom core.config.toml
|
||||||
# - /path/to/core.config.toml:/config/config.toml
|
# - /path/to/core.config.toml:/config/config.toml
|
||||||
## Allows for systemd Periphery connection at
|
## Allows for systemd Periphery connection at
|
||||||
## "http://host.docker.internal:8120"
|
## "http://host.docker.internal:8120"
|
||||||
# extra_hosts:
|
# extra_hosts:
|
||||||
# - host.docker.internal:host-gateway
|
# - host.docker.internal:host-gateway
|
||||||
|
|
||||||
## Deploy Periphery container using this block,
|
## Deploy Periphery container using this block,
|
||||||
## 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
|
||||||
@@ -75,13 +75,13 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
## Allow Periphery to see processes outside of container
|
## Allow Periphery to see processes outside of container
|
||||||
- /proc:/proc
|
- /proc:/proc
|
||||||
## use self signed certs in docker volume,
|
## use self signed certs in docker volume,
|
||||||
## or mount your own signed certs.
|
## or mount your own signed certs.
|
||||||
- ssl-certs:/etc/komodo/ssl
|
- ssl-certs:/etc/komodo/ssl
|
||||||
## manage repos in a docker volume,
|
## manage repos in a docker volume,
|
||||||
## or change it to an accessible host directory.
|
## or change it to an accessible host directory.
|
||||||
- repos:/etc/komodo/repos
|
- repos:/etc/komodo/repos
|
||||||
## manage stack files in a docker volume,
|
## manage stack files in a docker volume,
|
||||||
## or change it to an accessible host directory.
|
## or change it to an accessible host directory.
|
||||||
- stacks:/etc/komodo/stacks
|
- stacks:/etc/komodo/stacks
|
||||||
## Optionally mount a path to store compose files
|
## Optionally mount a path to store compose files
|
||||||
@@ -99,4 +99,4 @@ volumes:
|
|||||||
stacks:
|
stacks:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default: {}
|
default: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user