Skip to content

Commit

Permalink
Set postgres user
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Nov 26, 2024
1 parent 3396e14 commit daece61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package_variants/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
NETWORK: mainnet
PGPASSWORD: mainnet
POSTGRES_DB: web3signer-mainnet
POSTGRES_USER: postgres

postgres:
build:
Expand All @@ -33,3 +34,4 @@ services:
POSTGRES_PASSWORD: mainnet
PGPASSWORD: mainnet
POSTGRES_DB: web3signer-mainnet
POSTGRES_USER: postgres

0 comments on commit daece61

Please sign in to comment.