mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-02 13:33:06 +00:00
Initial setup.
This commit is contained in:
commit
9f1096d0af
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Codex Testnet Starter
|
||||
Hit the ground running with Codex.
|
||||
|
||||
## How to start
|
||||
- Have docker installed.
|
||||
- Clone this repo.
|
||||
- `docker-compose up -d`
|
||||
- Open browser to `<GUI ENDPOINT HERE>`
|
||||
|
||||
## How to stop
|
||||
- `docker-compose down`
|
||||
|
||||
## How to stop and delete everything
|
||||
- `docker-compose down --rmi all -v`
|
||||
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
services:
|
||||
my-codex-node:
|
||||
image: codexstorage/nim-codex:latest
|
||||
environment:
|
||||
- CODEX_API_BINDADDR=0.0.0.0
|
||||
# - CODEX_BOOTSTRAP_NODE=bootsprhere
|
||||
# - CODEX_PERSISTENCE=true
|
||||
# - CODEX_ETH_PROVIDER=${CODEX_ETH_PROVIDER:-ws://localhost:8545}
|
||||
# - CODEX_ETH_ACCOUNT=${CODEX_ETH_ACCOUNT}
|
||||
# - CODEX_MARKETPLACE_ADDRESS=${CODEX_MARKETPLACE_ADDRESS:-0x59b670e9fA9D0A427751Af201D676719a970857b}
|
||||
ports:
|
||||
- 8080:8080/tcp # REST API
|
||||
volumes:
|
||||
- ./datadir:/datadir:z
|
||||
Loading…
x
Reference in New Issue
Block a user