Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faircoind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FairCoin.Co
faircoind
Commits
a4d2f4f0
Commit
a4d2f4f0
authored
4 years ago
by
TonyFord
Browse files
Options
Downloads
Patches
Plain Diff
changes
parent
7296f4dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#988
passed
4 years ago
Stage: stop
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
Dockerfile
+0
-10
0 additions, 10 deletions
Dockerfile
docker-compose.yml
+0
-1
0 additions, 1 deletion
docker-compose.yml
with
1 addition
and
13 deletions
.gitlab-ci.yml
+
1
−
2
View file @
a4d2f4f0
...
...
@@ -33,7 +33,7 @@ start-faircoind:
-
$CMD =~ /build|start/
script
:
-
docker-compose down
-
docker-compose up
-
docker-compose up
-d
stop-faircoind
:
stage
:
stop
...
...
@@ -71,5 +71,4 @@ remove-faircoind:
script
:
-
docker-compose down
after_script
:
-
echo ${CI_PROJECT_DIR} > ~/test.txt
-
rm -R ~/.faircoin2
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
10
View file @
a4d2f4f0
...
...
@@ -58,18 +58,8 @@ WORKDIR /home/faircoin/faircoin/src
RUN
mv
./faircoind /home/faircoin/faircoind
RUN
mv
./faircoin-cli /home/faircoin/faircoin-cli
#RUN mkdir -p /home/faircoin/.faircoin2
# VOLUME ['/home/faircoin/.faircoin2']
#RUN chown -R faircoin:faircoin /home/faircoin/.faircoin2
#RUN echo "TTT" > /home/faircoin/.faircoin2/inf.conf
WORKDIR
/home/faircoin
ARG
FAIRCOIN_CONF
ARG
FAIRCOIN_PORT
# RUN ./faircoind -daemon -disablewallet -reindex -port=$FAIRCOIN_PORT && \
# sleep 60 && \
# ./faircoin-cli stop && \
# sleep 10
ENTRYPOINT
["./faircoind","-conf=.faircoin2/faircoin.conf"]
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
0
−
1
View file @
a4d2f4f0
...
...
@@ -13,7 +13,6 @@ services:
container_name
:
FairCoin.Co-faircoind
restart
:
always
command
:
'
-disablewallet
-port=${FAIRCOIN_PORT}'
# command: '-disablewallet -conf="${FAIRCOIN_CONF}" -blocknotify="${BLOCKNOTIFY}"'
network_mode
:
"
host"
user
:
"
${GITLAB_RUNNER_UID}:${GITLAB_RUNNER_GID}"
volumes
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment