Skip to content

Commit

Permalink
Use depends_on dependency container (deviantony#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaliaortegaGL authored and deviantony committed Nov 19, 2016
1 parent 1f833af commit 63a7750
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
- "5000:5000"
networks:
- docker_elk
depends_on:
- elasticsearch
kibana:
build: kibana/
volumes:
Expand All @@ -27,6 +29,8 @@ services:
- "5601:5601"
networks:
- docker_elk
depends_on:
- elasticsearch

networks:
docker_elk:
Expand Down
7 changes: 0 additions & 7 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
FROM kibana:5

RUN apt-get update && apt-get install -y netcat bzip2

COPY entrypoint.sh /tmp/entrypoint.sh
RUN chmod +x /tmp/entrypoint.sh

CMD ["/tmp/entrypoint.sh"]
10 changes: 0 additions & 10 deletions kibana/entrypoint.sh

This file was deleted.

0 comments on commit 63a7750

Please sign in to comment.