Skip to content

Commit

Permalink
Update envs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Nov 26, 2024
1 parent 4da58b8 commit 3396e14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package_variants/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ services:
build:
args:
NETWORK: mainnet
PGPASSWORD: password
POSTGRES_DB: web3signer
PGPASSWORD: mainnet
POSTGRES_DB: web3signer-mainnet

postgres:
build:
dockerfile: Dockerfile.debian
args:
POSTGRES_PASSWORD: password
PGPASSWORD: password
POSTGRES_DB: web3signer
POSTGRES_PASSWORD: mainnet
PGPASSWORD: mainnet
POSTGRES_DB: web3signer-mainnet

0 comments on commit 3396e14

Please sign in to comment.