Skip to content

Commit

Permalink
add gitlab docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Nov 19, 2020
1 parent b13bd97 commit 0fcfaac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml-dist-gitlab
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3.8"
services:
clightning:
image: registry.gitlab.com/nolim1t/docker-clightning:v0.9.1-dfbbb889
container_name: clightning
network_mode: host
restart: on-failure
environment:
LIGHTNINGD_NETWORK: bitcoin
LIGHTNINGD_RPC_PORT: 10420
volumes:
- "${HOME}/.lightning:/data/.lightning"
- "${HOME}/.bitcoin:/data/.bitcoin"

0 comments on commit 0fcfaac

Please sign in to comment.