Sign inSign up

6run0/allianceauth

By 6run0

Updated about 2 months ago

https://gitlab.com/zima-corp/docker-allianceauth

Image
1

10K+

6run0/allianceauth repository overview

Alliance Auth — Docker images

Русская версия — ниже.

Production-oriented Docker images for Alliance Auth, the EVE Online corporation and alliance management platform. Each image bundles Alliance Auth with a curated set of community plugins on a shared s6-overlay runtime that supervises gunicorn, the Celery worker, Celery beat, and Flower in a single container.

Variants

The same runtime skeleton ships in three variants that differ only in the set of installed Alliance Auth plugins:

VariantTagNotes
zimazima, latestDefault variant.
xixxixAlternative plugin selection.
freedom_republicfreedom_republicAlternative plugin selection.

The full plugin-per-variant matrix is in docs/VARIANTS.md.

Tags

TagMeaning
latestNewest zima build.
<variant>Moving tag — latest build of that variant.
<variant>-<version>Release-pinned, treated as immutable (e.g. zima-2.4.1).

Pin <variant>-<version> for reproducible deployments; the moving tags are convenient but shift under you.

Quick start

docker pull 6run0/allianceauth:zima              # default variant
docker pull 6run0/allianceauth:xix
docker pull 6run0/allianceauth:freedom_republic
docker pull 6run0/allianceauth:zima-2.4.1        # version-pinned

The image expects a MariaDB/MySQL database, Redis, and an SMTP relay. A ready-to-run example stack (database, cache, mailer, the app, and an Angie reverse proxy) lives under example/:

git clone https://gitlab.com/zima-corp/docker-allianceauth
cd docker-allianceauth/example
cp .env.example .env        # then edit the required variables
docker compose up -d

Configuration

Runtime configuration is entirely through environment variables. See:

  • README.md — build, deploy, and operational reference.
  • docs/env/ — the per-domain AA_* environment-variable reference.

Source and issues

Built and published from gitlab.com/zima-corp/docker-allianceauth. Report problems and find the changelog there.


Alliance Auth — Docker-образы

English version above.

Ориентированные на продакшен Docker-образы для Alliance Auth — платформы управления корпорацией и альянсом в EVE Online. Каждый образ объединяет Alliance Auth с подобранным набором community-плагинов на общем рантайме s6-overlay, который в одном контейнере супервизит gunicorn, Celery-worker, Celery beat и Flower.

Варианты

Один и тот же рантайм-скелет выходит в трёх вариантах, различающихся только набором установленных плагинов Alliance Auth:

ВариантТегПримечание
zimazima, latestВариант по умолчанию.
xixxixАльтернативный набор плагинов.
freedom_republicfreedom_republicАльтернативный набор плагинов.

Полная матрица «плагин — вариант» — в docs/VARIANTS.ru.md.

Теги
ТегЗначение
latestСвежайшая сборка zima.
<variant>Подвижный тег — последняя сборка этого варианта.
<variant>-<version>Привязан к релизу, считается неизменяемым (напр. zima-2.4.1).

Для воспроизводимых развёртываний закрепляйте <variant>-<version>; подвижные теги удобны, но смещаются под вами.

Быстрый старт
docker pull 6run0/allianceauth:zima              # вариант по умолчанию
docker pull 6run0/allianceauth:xix
docker pull 6run0/allianceauth:freedom_republic
docker pull 6run0/allianceauth:zima-2.4.1        # привязка к версии

Образу нужны база данных MariaDB/MySQL, Redis и SMTP-релей. Готовый к запуску пример стека (база, кэш, почта, приложение и reverse-proxy Angie) лежит в example/:

git clone https://gitlab.com/zima-corp/docker-allianceauth
cd docker-allianceauth/example
cp .env.example .env        # затем отредактируйте обязательные переменные
docker compose up -d
Конфигурация

Конфигурация рантайма — целиком через переменные окружения. См.:

  • README.ru.md — сборка, развёртывание и операционный справочник.
  • docs/env/ — справочник переменных окружения AA_* по доменам.
Исходники и issues

Собирается и публикуется из gitlab.com/zima-corp/docker-allianceauth. Там же сообщайте о проблемах и смотрите журнал изменений.

Tag summary

Content type

Image

Digest

sha256:b34045f25

Size

228 MB

Last updated

about 2 months ago

docker pull 6run0/allianceauth