This commit is contained in:
Sebastian
2024-09-09 14:40:52 +02:00
parent 786bcbb9fd
commit 357799e3c7

View File

@@ -3,7 +3,7 @@ services:
image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.6} image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.6}
user: root user: root
volumes: volumes:
- "reth-berachain-artio:/data" - "berachain-artio-reth:/data"
- "/slowdisk:/slowdisk" - "/slowdisk:/slowdisk"
- "./berachain/artio/config:/config" - "./berachain/artio/config:/config"
- ".jwtsecret:/jwtsecret" - ".jwtsecret:/jwtsecret"
@@ -60,5 +60,5 @@ services:
- "traefik.http.routers.berachain-artio-node.middlewares=berachain-artio-node-stripprefix, ipwhitelist" - "traefik.http.routers.berachain-artio-node.middlewares=berachain-artio-node-stripprefix, ipwhitelist"
volumes: volumes:
reth-mainnet: berachain-artio-reth:
berachain-artio-node: berachain-artio-node: