Sha256: 232906aee03a92bf5f04ecbf5b8ba0af7ecaad7789e420c2455eb02df518a3dc
Contents?: true
Size: 476 Bytes
Versions: 1
Compression:
Stored size: 476 Bytes
Contents
version: '2.0' services: elk_test_service: image: sebp/elk:es234_l234_k453 expose: - "9300" - "9200" - "5000" - "5044" - "5601" - "8080" volumes: - ./spec/support/logstash_conf.d:/etc/logstash/conf.d - ./spec/support/certificates:/etc/logstash/certs test: build: . command: /bin/bash -c 'sleep 30; bundle exec rspec -cfd spec/*' volumes: - .:/usr/local/src/ links: - elk_test_service
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash_auditor-1.1.1 | docker-compose-isolated.yml |