mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Use btcd btcctl test containers (#63)
* Use containers with test in name for btcd and btcctl * Remove duplication of createdb script
This commit is contained in:
parent
2a88b51ec0
commit
6fd4940a0a
4 changed files with 4 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
- postgres_dir:/var/lib/postgresql/data
|
||||
- ./createdb.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
- ../createdb.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
|
||||
lnd:
|
||||
image: lnd
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
CREATE DATABASE squeakserver;
|
||||
|
||||
\connect squeakserver;
|
||||
|
|
@ -3,7 +3,7 @@ services:
|
|||
|
||||
btcd:
|
||||
image: btcd
|
||||
container_name: btcd
|
||||
container_name: test_btcd
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: docker/btcd/Dockerfile
|
||||
|
|
@ -25,7 +25,7 @@ services:
|
|||
|
||||
btcctl:
|
||||
image: btcd
|
||||
container_name: btcctl
|
||||
container_name: test_btcctl
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: docker/btcd/Dockerfile
|
||||
|
|
@ -88,7 +88,7 @@ services:
|
|||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
- ./createdb.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
- ../createdb.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
|
||||
sqkserver:
|
||||
image: sqkserver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue