Revive the logstash container for testing (#15654)

* Revive the logstash container for testing

* yamllint
This commit is contained in:
Alan Rominger
2024-11-21 15:11:16 -05:00
committed by GitHub
parent 51896f0e1b
commit ce7911e578
3 changed files with 14 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
---
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