mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Revive the logstash container for testing (#15654)
* Revive the logstash container for testing * yamllint
This commit is contained in:
12
tools/docker-compose/logstash-override.yaml
Normal file
12
tools/docker-compose/logstash-override.yaml
Normal 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
|
||||
Reference in New Issue
Block a user