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

add FAIRCOIN_PORT

parent 4d25d75f
No related branches found
No related tags found
No related merge requests found
Pipeline #978 passed
......@@ -9,10 +9,10 @@ services:
source_repository: "https://github.com/faircoin/faircoin.git"
GITLAB_RUNNER_UID: "${GITLAB_RUNNER_UID}"
GITLAB_RUNNER_GID: "${GITLAB_RUNNER_GID}"
FAIRCOIN_PORT: 40414
FAIRCOIN_PORT: ${FAIRCOIN_PORT}
container_name: FairCoin.Co-faircoind
restart: always
command: '-disablewallet -conf="${FAIRCOIN_CONF}" -port=40414'
command: '-disablewallet -conf="${FAIRCOIN_CONF}" -port=${FAIRCOIN_PORT}'
# command: '-disablewallet -conf="${FAIRCOIN_CONF}" -blocknotify="${BLOCKNOTIFY}"'
network_mode: "host"
user: "${GITLAB_RUNNER_UID}:${GITLAB_RUNNER_GID}"
......
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