Compare commits
2 Commits
1089828c8b
...
5cde7c9cc3
Author | SHA1 | Date | |
---|---|---|---|
5cde7c9cc3
|
|||
03db01be8b |
@@ -9,7 +9,7 @@ komodo:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/moghtech/komodo-core
|
||||
tag: 1.17.5
|
||||
tag: 1.18.1
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: COMPOSE_LOGGING_DRIVER
|
||||
|
@@ -23,8 +23,8 @@ services:
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
- 0.0.0.0:53:53/tcp
|
||||
- 0.0.0.0:53:53/udp
|
||||
restart: always
|
||||
volumes:
|
||||
- ./config.yml:/app/config.yml
|
||||
|
@@ -6,7 +6,7 @@ services:
|
||||
command:
|
||||
- '--path.rootfs=/rootfs'
|
||||
ports:
|
||||
- 9100:9100
|
||||
- 0.0.0.0:9100:9100
|
||||
pid: host
|
||||
restart: always
|
||||
volumes:
|
||||
|
@@ -52,8 +52,8 @@ services:
|
||||
networks:
|
||||
internal: null
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- 0.0.0.0:80:80
|
||||
- 0.0.0.0:443:443
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
|
@@ -23,8 +23,8 @@ services:
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
- 0.0.0.0:53:53/tcp
|
||||
- 0.0.0.0:53:53/udp
|
||||
restart: always
|
||||
volumes:
|
||||
- ./config.yml:/app/config.yml
|
||||
|
@@ -6,7 +6,7 @@ services:
|
||||
command:
|
||||
- '--path.rootfs=/rootfs'
|
||||
ports:
|
||||
- 9100:9100
|
||||
- 0.0.0.0:9100:9100
|
||||
pid: host
|
||||
restart: always
|
||||
volumes:
|
||||
|
@@ -52,8 +52,8 @@ services:
|
||||
networks:
|
||||
internal: null
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- 0.0.0.0:80:80
|
||||
- 0.0.0.0:443:443
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
|
@@ -23,8 +23,8 @@ services:
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
- 0.0.0.0:53:53/tcp
|
||||
- 0.0.0.0:53:53/udp
|
||||
restart: always
|
||||
volumes:
|
||||
- ./config.yml:/app/config.yml
|
||||
|
@@ -24,8 +24,6 @@ services:
|
||||
container_name: node-exporter
|
||||
command:
|
||||
- '--path.rootfs=/rootfs'
|
||||
ports:
|
||||
- 9100:9100
|
||||
pid: host
|
||||
restart: always
|
||||
volumes:
|
||||
|
@@ -67,8 +67,8 @@ services:
|
||||
networks:
|
||||
internal: null
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- 0.0.0.0:80:80
|
||||
- 0.0.0.0:443:443
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user