Skip to content

Commit

Permalink
feat: add data dir to pxe container (#6874)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored Jun 4, 2024
1 parent 66f1c87 commit 504fea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
CHAIN_ID: 31337
VERSION: 1
PXE_PROVER_ENABLED: ${PXE_PROVER_ENABLED:-1}
PXE_DATA_DIRECTORY: /var/lib/aztec/pxe
NODE_NO_WARNINGS: 1
entrypoint:
[
Expand All @@ -22,6 +23,8 @@ services:
- aztec-node-url
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- aztec-pxe:/var/lib/aztec/pxe
cli:
image: aztecprotocol/aztec${AZTEC_DOCKER_TAG:-@sha256:e101ddc5ec24fc2c52af0e13b9005329d388481d9ccbf07289bdd62faba44615}
# run the same image as pxe
Expand Down

0 comments on commit 504fea2

Please sign in to comment.