Skip to content

Commit c77e9fe

Browse files
committed
docker: expose --bzz-token-address as BEE_BZZ_TOKEN_ADDRESS
1 parent 6760e92 commit c77e9fe

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/beekeeper.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
paths-ignore:
88
- packaging/**
99
- openapi/**
10-
- '**/*.md'
11-
- '.github/ISSUE_TEMPLATE/**'
10+
- "**/*.md"
11+
- ".github/ISSUE_TEMPLATE/**"
1212
branches:
1313
- "**"
1414

@@ -19,7 +19,7 @@ env:
1919
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
2020
SETUP_CONTRACT_IMAGE_TAG: "0.9.4"
2121
BEELOCAL_BRANCH: "main"
22-
BEEKEEPER_BRANCH: "master"
22+
BEEKEEPER_BRANCH: "feat/bzz-token-address"
2323
BEEKEEPER_METRICS_ENABLED: false
2424
REACHABILITY_OVERRIDE_PUBLIC: true
2525
BATCHFACTOR_OVERRIDE_PUBLIC: 2

packaging/docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
- BEE_BLOCKCHAIN_RPC_TLS_TIMEOUT
2020
- BEE_BOOTNODE
2121
- BEE_BOOTNODE_MODE
22+
- BEE_BZZ_TOKEN_ADDRESS
2223
- BEE_CACHE_CAPACITY
2324
- BEE_CACHE_RETRIEVAL
2425
- BEE_CHEQUEBOOK_ENABLE

packaging/docker/env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
# BEE_BOOTNODE=[/dnsaddr/mainnet.ethswarm.org]
3232
## cause the node to always accept incoming connections (default false)
3333
# BEE_BOOTNODE_MODE=false
34+
## bzz token contract address
35+
# BEE_BZZ_TOKEN_ADDRESS=
3436
## cache capacity in chunks, multiply by 4096 to get approximate capacity in bytes (default 1000000)
3537
# BEE_CACHE_CAPACITY=1000000
3638
## enable forwarded content caching (default true)

0 commit comments

Comments
 (0)