Merge pull request #29 from Permissionless-Software-Foundation/ct-unstable

Updating docker images
This commit is contained in:
Chris Troutner
2022-05-08 16:19:42 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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'