version configurable

This commit is contained in:
Sebastian
2025-03-03 08:43:24 +01:00
parent 227c1d83cd
commit 4f268fe59a
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
services:
taiko-hekla:
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.12.0
image: us-docker.pkg.dev/evmchain/images/taiko-geth:${TAIKO_HEKLA_GETH_VERSION:-v1.12.0}
restart: unless-stopped
#pull_policy: always
stop_grace_period: 3m
@@ -49,8 +49,7 @@ services:
- chains
taiko-hekla-client-driver:
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-alethia-client-v0.43.2
#pull_policy: always
image: us-docker.pkg.dev/evmchain/images/taiko-client:${TAIKO_HEKLA_CLIENT_VERSION:-taiko-alethia-client-v0.43.2}
restart: unless-stopped
depends_on:
- taiko-hekla

View File

@@ -1,6 +1,6 @@
services:
taiko:
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.12.0
image: us-docker.pkg.dev/evmchain/images/taiko-geth:${TAIKO_GETH_VERSION:-v1.12.0}
restart: unless-stopped
stop_grace_period: 3m
volumes:
@@ -48,7 +48,7 @@ services:
- chains
taiko-client-driver:
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-alethia-client-v0.43.1
image: us-docker.pkg.dev/evmchain/images/taiko-client:${TAIKO_CLIENT_VERSION:-taiko-alethia-client-v0.43.1}
restart: unless-stopped
depends_on:
- taiko