From c292a86db614e6441ba249a3069e95da5801f3ca Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Thu, 25 Jun 2020 17:07:58 +0200 Subject: [PATCH] and env file --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f64449a..f147537 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,8 @@ services: GITLAB_RUNNER_UID: "${GITLAB_RUNNER_UID}" GITLAB_RUNNER_GID: "${GITLAB_RUNNER_GID}" FAIRCOIN_PORT: ${FAIRCOIN_PORT} + env_file: + - ${FAIRCOIN_CONF} container_name: FairCoin.Co-faircoind restart: always command: '-disablewallet -port=${FAIRCOIN_PORT} -blocknotify=/home/faircoin/script/blocknotify.sh' @@ -18,4 +20,4 @@ services: volumes: - ~/.faircoin2:/home/faircoin/.faircoin2 - ./script:/home/faircoin/script - - ${CI_PROJECT_DIR}/../pulse.faircoin.co:/home/faircoin/pulse.faircoin.co + - ../pulse.faircoin.co:/home/faircoin/pulse.faircoin.co -- GitLab