blob: 73688e498ab48a1c856098579f58d08665a0d860 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|