Skip to content

Commit

Permalink
fix: update docker container - marker commit for prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 31, 2023
1 parent 0ddd5d6 commit d2285b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-bullseye
FROM python:3.12-slim-bullseye

ARG SERVICE_NAME
ENV SERVICE_NAME ${SERVICE_NAME:-api}
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<h2 align="center">ICON Stats Service</h2>
</p>

[![loopchain](https://img.shields.io/badge/ICON-API-blue?logoColor=white&logo=icon&labelColor=31B8BB)](https://shields.io) [![GitHub Release](https://img.shields.io/github/release/sudoblockio/icon-stats.svg?style=flat)]() ![](https://github.com/sudoblockio/icon-stats/workflows/push-main/badge.svg?branch=main) [![codecov](https://codecov.io/gh/sudoblockio/icon-stats/branch/main/graph/badge.svg)](https://codecov.io/gh/sudoblockio/icon-stats) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![loopchain](https://img.shields.io/badge/ICON-API-blue?logoColor=white&logo=icon&labelColor=31B8BB)](https://shields.io) [![GitHub Release](https://img.shields.io/github/release/sudoblockio/icon-stats.svg?style=flat)]() [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[//]: # (![](https://github.com/sudoblockio/icon-stats/workflows/push-main/badge.svg?branch=main) [![codecov](https://codecov.io/gh/sudoblockio/icon-stats/branch/main/graph/badge.svg)](https://codecov.io/gh/sudoblockio/icon-stats))
[//]: # (![Uptime]&#40;https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsudoblockio%2Ficon-status-page%2Fmaster%2Fapi%2Fdev-stats-service%2Fuptime.json&#41;)

[Live API Docs](https://tracker.icon.community/api/v1/stats/docs)
Expand All @@ -15,6 +16,10 @@ Off chain indexer for the ICON Blockchain serving the **stats** for the [icon-ex
Service can be run in the following ways:

1. Independently from this repo with docker compose:

> Note: This is untested and likely needs some work. Production runs on k8s so this is
> not a priority at the moment. Should work with a little bit of love on the compose.
```bash
docker-compose -f docker-compose.db.yml -f docker-compose.yml up -d
# Or alternatively
Expand All @@ -23,6 +28,8 @@ make up

2. With the whole stack from the main [icon-explorer](https://github.com/sudoblockio/icon-explorer) repo.

> Again, untested.
Run `make help` for more options.

### Development
Expand Down

0 comments on commit d2285b0

Please sign in to comment.