Skip to content

Commit

Permalink
chore: use cached curio image
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Oct 22, 2024
1 parent d0b5671 commit a31aed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/devnet-curio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,7 @@ services:
lotus_node:
condition: service_healthy
container_name: curio
build:
context: .
dockerfile: curio.dockerfile
args:
GOFLAGS: "-tags=debug"
LOTUS_IMAGE: ${LOTUS_IMAGE}
image: ${CURIO_IMAGE}
init: true
ports:
- "12300:12300" # API
Expand Down
1 change: 1 addition & 0 deletions scripts/devnet/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
LOTUS_IMAGE=ghcr.io/chainsafe/lotus-devnet:2024-10-10-600728e
CURIO_IMAGE=ghcr.io/chainsafe/curio-devnet:2024-10-22-d0b5671
FOREST_DATA_DIR=/forest_data
LOTUS_DATA_DIR=/lotus_data
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
Expand Down

0 comments on commit a31aed4

Please sign in to comment.