Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Jun 15:46
· 70 commits to main since this release
7eac780

Self-hosted (готовые Docker-образы)

Скопируйте в папку проекта .env (из .env.example) и укажите версию:

FINTRACKER_VERSION=v0.0.2
GHCR_OWNER=Code-Brew-Git-Hub

Запуск без сборки из исходников:

docker compose -f docker-compose.images.yml pull
docker compose -f docker-compose.images.yml up -d

Образы: ghcr.io/Code-Brew-Git-Hub/fintracker-api:v0.0.2 и fintracker-frontend с тем же тегом.

Подробнее: docs/docker.md

What's Changed

  • Autodeploy by @trydov1k in #12
  • feat: add GHCR images and GitHub Releases for self-hosted by @trydov1k in #13
  • feat: Windows start/stop scripts and self-hosted launch by @trydov1k in #14

Full Changelog: v0.0.1...v0.0.2