Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajprasad authored Jan 5, 2025
1 parent d55c542 commit 2fa38b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'
services:
celestia-app:
image: ghcr.io/celestiaorg/celestia-app:latest
volumes:
- ./data:/root/.celestia-app
ports:
- "26657:26657" # RPC
- "26656:26656" # P2P
command: ["celestia-appd", "start"]

0 comments on commit 2fa38b1

Please sign in to comment.