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

fix

parent 79039098
No related branches found
No related tags found
No related merge requests found
Pipeline #967 passed
...@@ -59,11 +59,9 @@ RUN mv ./faircoind /home/faircoin/faircoind ...@@ -59,11 +59,9 @@ RUN mv ./faircoind /home/faircoin/faircoind
RUN mv ./faircoin-cli /home/faircoin/faircoin-cli RUN mv ./faircoin-cli /home/faircoin/faircoin-cli
WORKDIR /home/faircoin WORKDIR /home/faircoin
ARG FAIRCOIN_CONF
RUN ./faircoind -daemon -disablewallet -reindex && \ RUN ./faircoind -daemon -disablewallet -reindex && \
sleep 60 && \ sleep 60 && \
./faircoin-cli stop && \ ./faircoin-cli stop && \
sleep 10 sleep 10
ENTRYPOINT ["./faircoind"] ENTRYPOINT ["./faircoind","-daemon","-disablewallet"]
...@@ -11,7 +11,7 @@ services: ...@@ -11,7 +11,7 @@ services:
GITLAB_RUNNER_GID: "${GITLAB_RUNNER_GID}" GITLAB_RUNNER_GID: "${GITLAB_RUNNER_GID}"
container_name: FairCoin.Co-faircoind container_name: FairCoin.Co-faircoind
restart: always restart: always
command: '-disablewallet -conf="${FAIRCOIN_CONF}"' # command: '-disablewallet'
# command: '-disablewallet -conf="${FAIRCOIN_CONF}" -blocknotify="${BLOCKNOTIFY}"' # command: '-disablewallet -conf="${FAIRCOIN_CONF}" -blocknotify="${BLOCKNOTIFY}"'
network_mode: "host" network_mode: "host"
user: "${GITLAB_RUNNER_UID}:${GITLAB_RUNNER_GID}" 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