Skip to content

Commit

Permalink
chore(observer): update observer version PE-5451
Browse files Browse the repository at this point in the history
Pulls in observer with using the latest version of warp-contracts and
supporting report generation interval configuration via the
REPORT_GENERATION_INTERVAL_MS environment variable.
  • Loading branch information
djwhitt committed Jan 19, 2024
1 parent 76c38b2 commit 931f1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
- ${REDIS_DATA_PATH:-./data/redis}:/data

observer:
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-f7deecbf31a5a331a22fc6336e2f831ad518ebf7}
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-a60bb8571c064d66a2c12534906d4fdc855dcc6c}
restart: on-failure:5
ports:
- 5000:5000
Expand All @@ -92,4 +92,5 @@ services:
- CONTRACT_ID=${CONTRACT_ID:-}
- SUBMIT_CONTRACT_INTERACTIONS=${SUBMIT_CONTRACT_INTERACTIONS:-true}
- NUM_ARNS_NAMES_TO_OBSERVE_PER_GROUP=${NUM_ARNS_NAMES_TO_OBSERVE_PER_GROUP:-5}
- REPORT_GENERATION_INTERVAL_MS=${REPORT_GENERATION_INTERVAL_MS:-}
- RUN_OBSERVER=${RUN_OBSERVER:-true}

0 comments on commit 931f1a6

Please sign in to comment.