version configurable and update

This commit is contained in:
Sebastian
2025-03-03 08:49:09 +01:00
parent 4f268fe59a
commit 507cf0370e
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
avalanche: avalanche:
image: avaplatform/avalanchego:v1.12.0 image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
ulimits: ulimits:
nofile: 1048576 nofile: 1048576
expose: expose:

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
avalanche-fuji-archive: avalanche-fuji-archive:
image: avaplatform/avalanchego:v1.12.0 image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
stop_grace_period: 3m stop_grace_period: 3m
ulimits: ulimits:
nofile: 1048576 nofile: 1048576

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
avalanche-fuji: avalanche-fuji:
image: avaplatform/avalanchego:v1.12.1 image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
stop_grace_period: 3m stop_grace_period: 3m
ulimits: ulimits:
nofile: 1048576 nofile: 1048576

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
avalanche-fullnode: avalanche-fullnode:
image: avaplatform/avalanchego:v1.12.1 image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2}
stop_grace_period: 3m stop_grace_period: 3m
ulimits: ulimits:
nofile: 1048576 nofile: 1048576