mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-22 17:12:03 -07:00
Merge pull request #29 from Permissionless-Software-Foundation/ct-unstable
Updating docker images
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ class Server {
|
||||
// MIDDLEWARE END
|
||||
|
||||
// Delay startup to give the P2WDB time to start first, so that it accepts the webook call
|
||||
await sleep(2000)
|
||||
await sleep(20000)
|
||||
|
||||
// Create webhook
|
||||
try {
|
||||
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
#build:
|
||||
# context: ./bch-dex/
|
||||
# dockerfile: Dockerfile
|
||||
image: christroutner/bch-dex:v1.6.5
|
||||
image: christroutner/bch-dex:v1.7.0
|
||||
container_name: bch-dex
|
||||
environment:
|
||||
CONSUMER_URL: 'https://free-bch.fullstack.cash'
|
||||
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
#build:
|
||||
# context: ./bch-dex/
|
||||
# dockerfile: Dockerfile
|
||||
image: christroutner/bch-dex-rpi:v1.6.7
|
||||
image: christroutner/bch-dex-rpi:v1.7.0
|
||||
container_name: bch-dex
|
||||
environment:
|
||||
CONSUMER_URL: 'https://free-bch.fullstack.cash'
|
||||
|
||||
Reference in New Issue
Block a user