rei3

This is work in progress for the software rei3 There is currently no public docker image. You have to build it yourself from Github

  • Category: Apps
  • Status: 0
  • Image: rei3, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

Docker image

git clone https://github.com/r3-team/r3_docker.git
cd r3_docker
docker build --build-arg r3_version=3.10.4 --build-arg r3_os_arch=x64 --build-arg im_policy=/etc/ImageMagick-6/policy.xml . -t local/rei3

Please adjust the r3_version arg according to your needs. ARM is also supported for the r3_os_arch with the arm64 value.

Deployment

  • abra app new rei3 --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech or rei3.de.

Description
No description provided
Readme 32 KiB
Languages
Makefile 91.3%
Shell 8.7%