Skip to content

Commit

Permalink
Merge pull request #94 from dappnode/dappnodebot/bump-upstream/Consen…
Browse files Browse the repository at this point in the history
…Sys/[email protected]

bump ConsenSys/web3signer to 24.12.0
  • Loading branch information
Marketen authored Dec 12, 2024
2 parents b702df4 + 9da439c commit 8cfef04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3signer-gnosis.dnp.dappnode.eth",
"version": "1.0.10",
"upstreamVersion": "24.2.0",
"version": "1.0.12",
"upstreamVersion": "24.12.0",
"architectures": ["linux/amd64"],
"upstreamRepo": "ConsenSys/web3signer",
"mainService": "web3signer",
Expand Down
22 changes: 11 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: "3.8"
services:
brain:
image: "brain.web3signer-gnosis.dnp.dappnode.eth:1.0.8"
image: brain.web3signer-gnosis.dnp.dappnode.eth:1.0.8
build:
context: brain
environment:
- LOG_LEVEL=debug
restart: unless-stopped
volumes:
- "brain_data:/app/data"
- brain_data:/app/data
web3signer:
image: "web3signer.web3signer-gnosis.dnp.dappnode.eth:1.0.8"
image: web3signer.web3signer-gnosis.dnp.dappnode.eth:1.0.8
healthcheck:
test: >-
curl -H 'Host: web3signer.web3signer-gnosis.dappnode'
Expand All @@ -22,32 +22,32 @@ services:
flyway:
condition: service_completed_successfully
security_opt:
- "seccomp:unconfined"
- seccomp:unconfined
build:
context: web3signer
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 24.2.0
UPSTREAM_VERSION: 24.12.0
environment:
JAVA_OPTS: "-Xmx6g"
EXTRA_OPTS: ""
WEB3SIGNER_VERTX_WORKER_POOL_SIZE: "20"
volumes:
- "web3signer_data:/data"
- web3signer_data:/data
restart: unless-stopped
flyway:
build:
context: flyway
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 24.2.0
UPSTREAM_VERSION: 24.12.0
depends_on:
postgres:
condition: service_started
image: "flyway.web3signer-gnosis.dnp.dappnode.eth:1.0.8"
image: flyway.web3signer-gnosis.dnp.dappnode.eth:1.0.8
restart: on-failure
postgres:
image: "postgres.web3signer-gnosis.dnp.dappnode.eth:1.0.8"
image: postgres.web3signer-gnosis.dnp.dappnode.eth:1.0.8
healthcheck:
test: pg_isready -U postgres
interval: 5s
Expand All @@ -57,10 +57,10 @@ services:
context: postgres
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 24.2.0
UPSTREAM_VERSION: 24.12.0
user: postgres
volumes:
- "postgres_data:/var/lib/postgresql/data"
- postgres_data:/var/lib/postgresql/data
restart: unless-stopped
volumes:
brain_data: {}
Expand Down

0 comments on commit 8cfef04

Please sign in to comment.