Consolidate overwrite files

This commit is contained in:
cytopia 2019-02-23 12:02:13 +01:00
parent 588c537199
commit e15c019eea
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
6 changed files with 29 additions and 0 deletions

View File

@ -1,6 +1,11 @@
# vim: set ft=yaml:
version: '2.1'
services:
# -----------------------------------------------------------------------------------------------
# Blackfire
# -----------------------------------------------------------------------------------------------
blackfire:
image: blackfire/blackfire:${BLACKFIRE:-latest}
hostname: blackfire

View File

@ -4,6 +4,10 @@
version: '2.1'
services:
# -----------------------------------------------------------------------------------------------
# ELK Stack
# -----------------------------------------------------------------------------------------------
elastic:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:${ELK_SERVER:-6.6.1}
hostname: elastic

View File

@ -1,6 +1,11 @@
# vim: set ft=yaml:
version: '2.1'
services:
# -----------------------------------------------------------------------------------------------
# MailHog
# -----------------------------------------------------------------------------------------------
mailhog:
image: mailhog/mailhog:${MAILHOG_SERVER:-latest}
hostname: mailhog

View File

@ -1,6 +1,11 @@
# vim: set ft=yaml:
version: '2.1'
services:
# -----------------------------------------------------------------------------------------------
# RabbitMQ
# -----------------------------------------------------------------------------------------------
rabbit:
image: rabbitmq:${RABBIT_SERVER:-management}
hostname: rabbit

View File

@ -1,6 +1,11 @@
# vim: set ft=yaml:
version: '2.1'
services:
# -----------------------------------------------------------------------------------------------
# Solr
# -----------------------------------------------------------------------------------------------
solr:
image: solr:${SOLR_SERVER:-latest}
hostname: solr

View File

@ -1,6 +1,11 @@
# vim: set ft=yaml:
version: '2.1'
services:
# -----------------------------------------------------------------------------------------------
# Varnish
# -----------------------------------------------------------------------------------------------
varnish:
image: devilbox/varnish:${VARNISH_SERVER:-6}
hostname: varnish