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
!7
build: docker image and compose file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
build: docker image and compose file
docker
into
master
Overview
45
Commits
14
Pipelines
0
Changes
2
Merged
pini
requested to merge
docker
into
master
3 years ago
Overview
45
Commits
14
Pipelines
0
Changes
2
Expand
Dockerfile, script entrypoint, docker-compose.yml minimaliste.
Edited
3 years ago
by
pini
0
0
Merge request reports
Viewing commit
8da55ae1
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
8da55ae1
build (docker): use /var/lib/duniter
· 8da55ae1
Gilles Filippini
authored
3 years ago
instead of /var/lib/lc-core.
docker/Dockerfile
+
1
−
1
Options
@@ -52,5 +52,5 @@ COPY docker/docker-entrypoint /usr/local/bin/
# Configuration
# rpc, rpc-ws, p2p, telemetry
EXPOSE
9933 9944 30333 9615
VOLUME
/var/lib/
lc-core
VOLUME
/var/lib/
duniter
ENTRYPOINT
["docker-entrypoint"]
Loading