Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!101
improve documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
improve documentation
hugo-fix-typo
into
master
Overview
8
Commits
5
Pipelines
0
Changes
16
Merged
Hugo Trentesaux
requested to merge
hugo-fix-typo
into
master
2 years ago
Overview
2
Commits
5
Pipelines
0
Changes
16
Expand
Fix multiple typos in the internal documentation
Improve visual aspect and redaction
Edited
2 years ago
by
Hugo Trentesaux
0
0
Merge request reports
Compare
master
version 20
1f3a0d47
2 years ago
version 19
cd5645d2
2 years ago
version 18
fd0b2c15
2 years ago
version 17
f4815045
2 years ago
version 16
53574f53
2 years ago
version 15
7817f3ec
2 years ago
version 14
d33a98f2
2 years ago
version 13
03de1b66
2 years ago
version 12
682ced61
2 years ago
version 11
f529c0a2
2 years ago
version 10
c8007705
2 years ago
version 9
ca8c9320
2 years ago
version 8
897be018
2 years ago
version 7
89192553
2 years ago
version 6
12fc1f98
2 years ago
version 5
04c7a75b
2 years ago
version 4
8d6baa1f
2 years ago
version 3
ffd383e0
2 years ago
version 2
c4917cf8
2 years ago
version 1
ac00fd7d
2 years ago
master (base)
and
latest version
latest version
a8dd1479
5 commits,
2 years ago
version 20
1f3a0d47
4 commits,
2 years ago
version 19
cd5645d2
4 commits,
2 years ago
version 18
fd0b2c15
4 commits,
2 years ago
version 17
f4815045
3 commits,
2 years ago
version 16
53574f53
5 commits,
2 years ago
version 15
7817f3ec
4 commits,
2 years ago
version 14
d33a98f2
3 commits,
2 years ago
version 13
03de1b66
2 commits,
2 years ago
version 12
682ced61
13 commits,
2 years ago
version 11
f529c0a2
12 commits,
2 years ago
version 10
c8007705
11 commits,
2 years ago
version 9
ca8c9320
10 commits,
2 years ago
version 8
897be018
9 commits,
2 years ago
version 7
89192553
8 commits,
2 years ago
version 6
12fc1f98
7 commits,
2 years ago
version 5
04c7a75b
6 commits,
2 years ago
version 4
8d6baa1f
5 commits,
2 years ago
version 3
ffd383e0
4 commits,
2 years ago
version 2
c4917cf8
3 commits,
2 years ago
version 1
ac00fd7d
1 commit,
2 years ago
16 files
+
150
−
92
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
docker/compose/gdev-mirror.docker-compose.yml
+
17
−
4
Options
# This is a docker template for running a gdev mirror
# You should write a .env file aside with the environment variables:
#
# --- .env ---
# SERVER_DOMAIN=gdev.example.com
# PEER_ID=1234XxxXXxxXxxxXxzbQqEkEpTPxD9S1PtpzkZSYoueyERA5vVtQ
# ------------
#
# The peer id has to be replaced withe the output of the following command
#
# >>> PEER_ID >>>
# docker run --rm -it --entrypoint duniter -v $PWD:/var/lib/duniter/ duniter/duniter-v2s:v0.3.0 key generate-node-key --file /var/lib/duniter/node.key
# <<<<<<<<<<<<<<<
version
:
"
3.4"
services
:
duniter-rpc
:
image
:
duniter/duniter-v2s:v0.
2
.0
image
:
duniter/duniter-v2s:v0.
3
.0
restart
:
unless-stopped
ports
:
# telemetry
@@ -23,9 +38,7 @@ services:
-
"
/var/lib/duniter/node.key"
-
"
--public-addr"
# SERVER_DOMAIN should be replaced by a domain name that point on your server
#
# The PEER_ID should be replaced by the output of this command:
# docker run --rm -it --entrypoint duniter -v $PWD:/var/lib/duniter/ duniter/duniter-v2s:v0.1.0 key generate-node-key --file /var/lib/duniter/node.key
# PEER_ID should be replaced by the output of the command given at the top of this file
-
"
/dns/${SERVER_DOMAIN?SERVER_DOMAIN
should
be
set}/tcp/30333/p2p/${PEER_ID?PEER_ID
should
be
set}"
-
"
--rpc-cors"
-
"
all"
Loading