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: services:
taiko-hekla: 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 restart: unless-stopped
#pull_policy: always #pull_policy: always
stop_grace_period: 3m stop_grace_period: 3m
@@ -49,8 +49,7 @@ services:
- chains - chains
taiko-hekla-client-driver: taiko-hekla-client-driver:
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-alethia-client-v0.43.2 image: us-docker.pkg.dev/evmchain/images/taiko-client:${TAIKO_HEKLA_CLIENT_VERSION:-taiko-alethia-client-v0.43.2}
#pull_policy: always
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- taiko-hekla - taiko-hekla

View File

@@ -1,6 +1,6 @@
services: services:
taiko: 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 restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
@@ -48,7 +48,7 @@ services:
- chains - chains
taiko-client-driver: 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 restart: unless-stopped
depends_on: depends_on:
- taiko - taiko