Skip to content

Commit

Permalink
Merge branch '4.8.0' into add-health-check-and-configuration-vulnerab…
Browse files Browse the repository at this point in the history
…ilities-index-pattern
  • Loading branch information
Machi3mfl authored Nov 23, 2023
2 parents 6f8275d + cfd875c commit f850016
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docker/osd-dev/dev.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: '2.2'

x-logging: &logging
logging:
driver: loki
options:
loki-url: 'http://host.docker.internal:3100/loki/api/v1/push'
# x-logging: &logging
# logging:
# driver: loki
# options:
# loki-url: 'http://host.docker.internal:3100/loki/api/v1/push'

services:
exporter:
image: quay.io/prometheuscommunity/elasticsearch-exporter:latest
<<: *logging
# <<: *logging
hostname: exporter-osd-${OS_VERSION}
profiles:
- 'saml'
Expand All @@ -24,7 +24,7 @@ services:

imposter:
image: outofcoffee/imposter
<<: *logging
# <<: *logging
hostname: imposter-osd-${OS_VERSION}
networks:
- os-dev
Expand All @@ -37,7 +37,7 @@ services:

generator:
image: cfssl/cfssl
<<: *logging
# <<: *logging
profiles:
- 'saml'
- 'standard'
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
condition: service_completed_successfully
required: false
image: opensearchproject/opensearch:${OS_VERSION}
<<: *logging
# <<: *logging
profiles:
- 'saml'
- 'standard'
Expand Down Expand Up @@ -183,7 +183,7 @@ services:
networks:
- os-dev
- mon
<<: *logging
# <<: *logging
# restart: always
entrypoint:
- '/bin/bash'
Expand Down Expand Up @@ -220,7 +220,7 @@ services:
- devel
- mon
user: '1000:1000'
<<: *logging
# <<: *logging
ports:
- ${OSD_PORT}:5601
environment:
Expand Down Expand Up @@ -274,7 +274,7 @@ services:
profiles:
- 'saml'
hostname: idp
<<: *logging
# <<: *logging
networks:
- os-dev
- mon
Expand Down Expand Up @@ -303,7 +303,7 @@ services:
profiles:
- 'saml'
hostname: idpsetup
<<: *logging
# <<: *logging
networks:
- os-dev
- mon
Expand Down

0 comments on commit f850016

Please sign in to comment.