diff --git a/docker-compose.yml b/docker-compose.yml index c63b06473..561a47f6e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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