https://gitlab.com/zima-corp/docker-allianceauth
10K+
Русская версия — ниже.
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.
The same runtime skeleton ships in three variants that differ only in the set of installed Alliance Auth plugins:
| Variant | Tag | Notes |
|---|---|---|
zima | zima, latest | Default variant. |
xix | xix | Alternative plugin selection. |
freedom_republic | freedom_republic | Alternative plugin selection. |
The full plugin-per-variant matrix is in
docs/VARIANTS.md.
| Tag | Meaning |
|---|---|
latest | Newest 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.
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
Runtime configuration is entirely through environment variables. See:
README.md
— build, deploy, and operational reference.docs/env/
— the per-domain AA_* environment-variable reference.Built and published from gitlab.com/zima-corp/docker-allianceauth. Report problems and find the changelog there.
English version above.
Ориентированные на продакшен Docker-образы для Alliance Auth — платформы управления корпорацией и альянсом в EVE Online. Каждый образ объединяет Alliance Auth с подобранным набором community-плагинов на общем рантайме s6-overlay, который в одном контейнере супервизит gunicorn, Celery-worker, Celery beat и Flower.
Один и тот же рантайм-скелет выходит в трёх вариантах, различающихся только набором установленных плагинов Alliance Auth:
| Вариант | Тег | Примечание |
|---|---|---|
zima | zima, latest | Вариант по умолчанию. |
xix | xix | Альтернативный набор плагинов. |
freedom_republic | freedom_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_* по доменам.Собирается и публикуется из gitlab.com/zima-corp/docker-allianceauth. Там же сообщайте о проблемах и смотрите журнал изменений.
Content type
Image
Digest
sha256:b34045f25…
Size
228 MB
Last updated
about 2 months ago
docker pull 6run0/allianceauth