Skip to content

Commit

Permalink
Update docker image and config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Dec 20, 2023
1 parent 18666a4 commit 7bb428a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ version: '3'

services:
algod:
image: wwinder/algod:dev
image: algorand/algod:master
platform: linux/amd64
ports:
- "4001:8080" # algod
- "4160:4160" # gossip
- "9100:9100" # prometheus
environment:
- DEV_MODE=true
- DEV_MODE=1
- PROFILE=development
- TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
healthcheck:
test: goal node status
test: curl -f http://localhost:8080/health
interval: 2s
retries: 30

0 comments on commit 7bb428a

Please sign in to comment.