Skip to content

Commit

Permalink
fix: declare volume (#6881)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored Jun 4, 2024
1 parent 54339d4 commit 1e38115
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aztec-devnet
services:
pxe:
image: aztecprotocol/aztec${AZTEC_DOCKER_TAG:-@sha256:e101ddc5ec24fc2c52af0e13b9005329d388481d9ccbf07289bdd62faba44615}
image: aztecprotocol/aztec${AZTEC_DOCKER_TAG:-@sha256:afe0263560a82f2c84b9d76451ec4585a3ed389251fb90e916faaa85d9eb9a0d}
# need to run bb for proofs and bb is only built for x86
platform: linux/amd64
environment:
Expand All @@ -25,8 +25,10 @@ services:
- "host.docker.internal:host-gateway"
volumes:
- aztec-pxe:/var/lib/aztec/pxe
expose:
- 8080:8080
cli:
image: aztecprotocol/aztec${AZTEC_DOCKER_TAG:-@sha256:e101ddc5ec24fc2c52af0e13b9005329d388481d9ccbf07289bdd62faba44615}
image: aztecprotocol/aztec${AZTEC_DOCKER_TAG:-@sha256:afe0263560a82f2c84b9d76451ec4585a3ed389251fb90e916faaa85d9eb9a0d}
# run the same image as pxe
platform: linux/amd64
environment:
Expand All @@ -38,6 +40,9 @@ services:
profiles:
- cli

volumes:
aztec-pxe:

secrets:
aztec-node-url:
environment: AZTEC_NODE_URL

0 comments on commit 1e38115

Please sign in to comment.