Skip to content

Commit fbf18b3

Browse files
authored
Update README.md
1 parent e8d8692 commit fbf18b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![GitHub last commit](https://img.shields.io/github/last-commit/do6pbln9l/hh-oauth2-keendns-nginx-systemd)](https://github.com/do6pbln9l/hh-oauth2-keendns-nginx-systemd)
5+
[![Docker image](https://img.shields.io/badge/GHCR-hh--oauth2--infra-2ea44f?logo=docker)](https://ghcr.io/do6pbln9l/hh-oauth2-infra)
56
[![Repo size](https://img.shields.io/github/repo-size/do6pbln9l/hh-oauth2-keendns-nginx-systemd)](#)
67

78
**Инфраструктурное решение** для интеграции с HeadHunter API через OAuth2 с reverse-proxy nginx за KeenDNS Cloud и автообновлением токенов через systemd timers.
@@ -233,6 +234,10 @@ docker run --rm -p 8000:8000 ghcr.io/do6pbln9l/hh-oauth2-infra:v1.0.0
233234
curl -i http://127.0.0.1:8000/
234235
curl -i "http://127.0.0.1:8000/callback?code=TEST123"
235236
```
237+
> Образ опубликован в GHCR: [ghcr.io/do6pbln9l/hh-oauth2-infra](ghcr.io/do6pbln9l/hh-oauth2-infra)
238+
>
239+
> Если на вашем сервере Docker использует storage-driver vfs и блокирует запуск контейнеров, запустите образ на любой машине/VM с overlay2 или проверяйте через GitHub Actions.
240+
236241
---
237242

238243
## 🚀 Переход на продакшен-приложение

0 commit comments

Comments
 (0)