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' version: '2.1'
services: services:
# -----------------------------------------------------------------------------------------------
# Blackfire
# -----------------------------------------------------------------------------------------------
blackfire: blackfire:
image: blackfire/blackfire:${BLACKFIRE:-latest} image: blackfire/blackfire:${BLACKFIRE:-latest}
hostname: blackfire hostname: blackfire

View File

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

View File

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

View File

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

View File

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

View File

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