Skip to content
Snippets Groups Projects
Commit c292a86d authored by TonyFord's avatar TonyFord
Browse files

and env file

parent d7da15b3
No related branches found
No related tags found
No related merge requests found
Pipeline #1010 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment