mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
output logs to /logstash.conf in our default compose file
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
FROM logstash:5-alpine
|
||||
COPY logstash.conf /
|
||||
RUN touch /logstash.log
|
||||
RUN chown logstash:logstash /logstash.log
|
||||
CMD ["-f", "/logstash.conf"]
|
||||
|
||||
Reference in New Issue
Block a user