Skip to content

Commit

Permalink
feat: update postman docker image version in local stack (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
VGau authored Dec 9, 2024
1 parent f58c12a commit 1b14ed3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ services:
postman:
container_name: postman
hostname: postman
image: consensys/linea-postman:${POSTMAN_TAG:-5a6fdf3}
image: consensys/linea-postman:${POSTMAN_TAG:-f58c12a}
profiles: [ "l2", "debug" ]
platform: linux/amd64
restart: on-failure
Expand Down Expand Up @@ -260,7 +260,7 @@ services:
MESSAGE_SUBMISSION_TIMEOUT: 300000
MAX_FETCH_MESSAGES_FROM_DB: 1000
MAX_NONCE_DIFF: 10000
MAX_FEE_PER_GAS: 100000000000
MAX_FEE_PER_GAS_CAP: 100000000000
GAS_ESTIMATION_PERCENTILE: 50
PROFIT_MARGIN: 0.0
MAX_NUMBER_OF_RETRIES: 100
Expand All @@ -277,6 +277,8 @@ services:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
POSTGRES_DB: "postman_db"
DB_CLEANER_ENABLED: "false"
ENABLE_LINEA_ESTIMATE_GAS: "false"
networks:
l1network:
ipv4_address: 10.10.10.222
Expand Down

0 comments on commit 1b14ed3

Please sign in to comment.