mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #2055 from matburt/remove_logstash
Remove the logstash container from the base dev docker compose
This commit is contained in:
commit
ba997f924e
@ -73,7 +73,3 @@ services:
|
||||
image: postgres:9.6
|
||||
memcached:
|
||||
image: memcached:alpine
|
||||
logstash:
|
||||
build:
|
||||
context: ./docker-compose
|
||||
dockerfile: Dockerfile-logstash
|
||||
|
||||
@ -22,17 +22,18 @@ services:
|
||||
- postgres
|
||||
- memcached
|
||||
- rabbitmq
|
||||
- logstash
|
||||
# - sync
|
||||
# volumes_from:
|
||||
# - sync
|
||||
volumes:
|
||||
- "../:/awx_devel"
|
||||
privileged: true
|
||||
logstash:
|
||||
build:
|
||||
context: ./docker-compose
|
||||
dockerfile: Dockerfile-logstash
|
||||
# A useful container that simply passes through log messages to the console
|
||||
# helpful for testing awx/tower logging
|
||||
# logstash:
|
||||
# build:
|
||||
# context: ./docker-compose
|
||||
# dockerfile: Dockerfile-logstash
|
||||
# Postgres Database Container
|
||||
postgres:
|
||||
image: postgres:9.6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user