mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
13 lines
300 B
YAML
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
|