2 Commits

Author SHA1 Message Date
5cde7c9cc3 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.1
All checks were successful
lint-test-docker / docker-lint (pull_request) Successful in 6s
lint-test-helm / helm-lint (pull_request) Successful in 7s
2025-06-10 22:02:36 +00:00
03db01be8b specify interface
Some checks failed
lint-test-docker / docker-lint (push) Failing after 6s
process-issues / process-issues (push) Failing after 8s
process-pull-requests / process-pull-requests (push) Failing after 12s
renovate / renovate (push) Successful in 2m39s
2025-06-10 17:01:37 -05:00
10 changed files with 15 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ komodo:
main: main:
image: image:
repository: ghcr.io/moghtech/komodo-core repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5 tag: 1.18.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: COMPOSE_LOGGING_DRIVER - name: COMPOSE_LOGGING_DRIVER

View File

@@ -23,8 +23,8 @@ services:
environment: environment:
- TZ=America/Chicago - TZ=America/Chicago
ports: ports:
- 53:53/tcp - 0.0.0.0:53:53/tcp
- 53:53/udp - 0.0.0.0:53:53/udp
restart: always restart: always
volumes: volumes:
- ./config.yml:/app/config.yml - ./config.yml:/app/config.yml

View File

@@ -6,7 +6,7 @@ services:
command: command:
- '--path.rootfs=/rootfs' - '--path.rootfs=/rootfs'
ports: ports:
- 9100:9100 - 0.0.0.0:9100:9100
pid: host pid: host
restart: always restart: always
volumes: volumes:

View File

@@ -52,8 +52,8 @@ services:
networks: networks:
internal: null internal: null
ports: ports:
- 80:80 - 0.0.0.0:80:80
- 443:443 - 0.0.0.0:443:443
privileged: true privileged: true
restart: always restart: always
volumes: volumes:

View File

@@ -23,8 +23,8 @@ services:
environment: environment:
- TZ=America/Chicago - TZ=America/Chicago
ports: ports:
- 53:53/tcp - 0.0.0.0:53:53/tcp
- 53:53/udp - 0.0.0.0:53:53/udp
restart: always restart: always
volumes: volumes:
- ./config.yml:/app/config.yml - ./config.yml:/app/config.yml

View File

@@ -6,7 +6,7 @@ services:
command: command:
- '--path.rootfs=/rootfs' - '--path.rootfs=/rootfs'
ports: ports:
- 9100:9100 - 0.0.0.0:9100:9100
pid: host pid: host
restart: always restart: always
volumes: volumes:

View File

@@ -52,8 +52,8 @@ services:
networks: networks:
internal: null internal: null
ports: ports:
- 80:80 - 0.0.0.0:80:80
- 443:443 - 0.0.0.0:443:443
privileged: true privileged: true
restart: always restart: always
volumes: volumes:

View File

@@ -23,8 +23,8 @@ services:
environment: environment:
- TZ=America/Chicago - TZ=America/Chicago
ports: ports:
- 53:53/tcp - 0.0.0.0:53:53/tcp
- 53:53/udp - 0.0.0.0:53:53/udp
restart: always restart: always
volumes: volumes:
- ./config.yml:/app/config.yml - ./config.yml:/app/config.yml

View File

@@ -24,8 +24,6 @@ services:
container_name: node-exporter container_name: node-exporter
command: command:
- '--path.rootfs=/rootfs' - '--path.rootfs=/rootfs'
ports:
- 9100:9100
pid: host pid: host
restart: always restart: always
volumes: volumes:

View File

@@ -67,8 +67,8 @@ services:
networks: networks:
internal: null internal: null
ports: ports:
- 80:80 - 0.0.0.0:80:80
- 443:443 - 0.0.0.0:443:443
privileged: true privileged: true
restart: always restart: always
volumes: volumes: