awx/tools/docker-compose/logstash-override.yaml
Alan Rominger ce7911e578
Revive the logstash container for testing (#15654)
* Revive the logstash container for testing

* yamllint
2024-11-21 20:11:16 +00:00

13 lines
300 B
YAML

---
services:
# A useful container that simply passes through log messages to the console
# helpful for testing awx/tower logging
logstash:
build:
context: ../
dockerfile: Dockerfile-logstash
container_name: tools_logstash_1
hostname: logstash
networks:
- awx