Skip to content

Commit

Permalink
Revert "chore: move to futrime"
Browse files Browse the repository at this point in the history
This reverts commit 7429d15.
  • Loading branch information
futrime committed Dec 28, 2023
1 parent 1f8055f commit cd3282f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Basic functionality.

[unreleased]: https://github.com/futrime/lip-index/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/futrime/lip-index/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/futrime/lip-index/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/futrime/lip-index/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/futrime/lip-index/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/futrime/lip-index/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/futrime/lip-index/releases/tag/v0.1.0
[unreleased]: https://github.com/lippkg/lip-index/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/lippkg/lip-index/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/lippkg/lip-index/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/lippkg/lip-index/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/lippkg/lip-index/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/lippkg/lip-index/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/lippkg/lip-index/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before you start, you need to install [Docker](https://docs.docker.com/install/)
Download the `docker-compose.yml` file from this repository.

```bash
curl -LO https://cdn.jsdelivr.net/gh/futrime/lip-index/docker-compose.yml
curl -LO https://raw.githubusercontent.com/lippkg/lip-index/HEAD/docker-compose.yml
```

Edit the `docker-compose.yml` file to set the `GITHUB_BOT_TOKEN` environment variable. You can also set the `GITHUB_BOT_EXPIRE` and `GITHUB_BOT_INTERVAL` environment variables if you want. The default values are `600` and `60` respectively.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/futrime/lip-index:latest
image: ghcr.io/lippkg/lip-index:latest
depends_on:
- postgres
environment:
Expand Down

0 comments on commit cd3282f

Please sign in to comment.