version configurable and update
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
avalanche:
|
||||
image: avaplatform/avalanchego:v1.12.0
|
||||
image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
|
||||
ulimits:
|
||||
nofile: 1048576
|
||||
expose:
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
avalanche-fuji-archive:
|
||||
image: avaplatform/avalanchego:v1.12.0
|
||||
image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
|
||||
stop_grace_period: 3m
|
||||
ulimits:
|
||||
nofile: 1048576
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
avalanche-fuji:
|
||||
image: avaplatform/avalanchego:v1.12.1
|
||||
image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
|
||||
stop_grace_period: 3m
|
||||
ulimits:
|
||||
nofile: 1048576
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
avalanche-fullnode:
|
||||
image: avaplatform/avalanchego:v1.12.1
|
||||
image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
|
||||
stop_grace_period: 3m
|
||||
ulimits:
|
||||
nofile: 1048576
|
||||
|
||||
Reference in New Issue
Block a user