From bea122a1fd967523d59fb1fe8ac019e6fa45967f Mon Sep 17 00:00:00 2001 From: Arkadius Jonczek Date: Wed, 18 Oct 2017 14:34:27 +0200 Subject: [PATCH] removed depends_on from grafana and added Grafana port to env-example --- docker-compose.yml | 4 +--- env-example | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7de65b7..45f7a9e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -230,9 +230,7 @@ services: volumes: - ${DATA_SAVE_PATH}/grafana:/var/lib/grafana ports: - - "3000:3000" - depends_on: - - mysql + - "${GRAFANA_PORT}:3000" networks: - backend diff --git a/env-example b/env-example index 2fd338b..48b697f 100644 --- a/env-example +++ b/env-example @@ -234,6 +234,10 @@ JENKINS_HOST_HTTP_PORT=8090 JENKINS_HOST_SLAVE_AGENT_PORT=50000 JENKINS_HOME=./jenkins/jenkins_home +### JENKINS ############################################################################################################ + +GRAFANA_PORT=3000 + ### BLACKFIRE ########################################################################################################## # Create an account on blackfire.io. Don't enable blackfire and xDebug at the same time.