compose on arm
This commit is contained in:
@@ -5,9 +5,8 @@ services:
|
||||
image: google/cadvisor:latest
|
||||
hostname: ${HOSTNAME}
|
||||
labels:
|
||||
- SERVICE_8080_NAME=${COMPOSE_SERVICE_NAME}-cadvisor-exporter-8080
|
||||
- SERVICE_8080_CHECK_TCP=true
|
||||
- SERVICE_8080_CHECK_INITIAL_STATUS=passing
|
||||
- SERVICE_8080_NAME=${COMPOSE_SERVICE_NAME}-cadvisor-exporter:8080
|
||||
- SERVICE_8080_TAGS=${CADVISOR_SERVICE_EXPORTER_8080_TAGS}
|
||||
- SERVICE_9200_IGNORE=true
|
||||
networks:
|
||||
@@ -29,9 +28,8 @@ services:
|
||||
image: prom/node-exporter:latest
|
||||
hostname: ${HOSTNAME}
|
||||
labels:
|
||||
- SERVICE_9100_NAME=${COMPOSE_SERVICE_NAME}-node-exporter-9100
|
||||
- SERVICE_9100_CHECK_TCP=true
|
||||
- SERVICE_9100_CHECK_INITIAL_STATUS=passing
|
||||
- SERVICE_9100_NAME=${COMPOSE_SERVICE_NAME}-node-exporter:9100
|
||||
- SERVICE_9100_TAGS=${SERVICE_NODE_EXPORTER_HTTP_TAGS}
|
||||
networks:
|
||||
- public
|
||||
|
||||
Reference in New Issue
Block a user