mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Remove the logstash container from the base dev docker compose
Now with less java running while you code!
This commit is contained in:
@@ -73,7 +73,3 @@ services:
|
|||||||
image: postgres:9.6
|
image: postgres:9.6
|
||||||
memcached:
|
memcached:
|
||||||
image: memcached:alpine
|
image: memcached:alpine
|
||||||
logstash:
|
|
||||||
build:
|
|
||||||
context: ./docker-compose
|
|
||||||
dockerfile: Dockerfile-logstash
|
|
||||||
|
|||||||
@@ -22,17 +22,18 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
- memcached
|
- memcached
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
- logstash
|
|
||||||
# - sync
|
# - sync
|
||||||
# volumes_from:
|
# volumes_from:
|
||||||
# - sync
|
# - sync
|
||||||
volumes:
|
volumes:
|
||||||
- "../:/awx_devel"
|
- "../:/awx_devel"
|
||||||
privileged: true
|
privileged: true
|
||||||
logstash:
|
# A useful container that simply passes through log messages to the console
|
||||||
build:
|
# helpful for testing awx/tower logging
|
||||||
context: ./docker-compose
|
# logstash:
|
||||||
dockerfile: Dockerfile-logstash
|
# build:
|
||||||
|
# context: ./docker-compose
|
||||||
|
# dockerfile: Dockerfile-logstash
|
||||||
# Postgres Database Container
|
# Postgres Database Container
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:9.6
|
||||||
|
|||||||
Reference in New Issue
Block a user