1
0
This repository has been archived on 2024-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
Docker-GitBucket-ARM64/readme.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2021-11-21 03:21:45 +01:00
# Docker - GitBucket for ARM64
A simple docker-compose file that can be used to create a *GitBucket* container on SBCs.
## Requirements
__CPU Architecture:__ ARM64 <sub><sup>(Use the [official image](https://hub.docker.com/r/gitbucket/gitbucket/) for AMD64)</sup></sub><br>
__RAM:__ Between 256 and 512 MiB
## Remarks
This container is not intended to be used with an external database and forces GitBucket to use a local DB.<br>
However, it should be relatively easy to use an external one if you change the `DATABASE_URL` environment variable.
This container also uses the Temurin OpenJDK distribution from [Adoptium](https://adoptium.net/).<br>
However, the `openjdk-11-jre-headless` and `openjdk-11-jdk-headless` packages from [bitnami/minideb](https://github.com/bitnami/minideb) can be used instead if you wish to use the latest version when building the container.
2021-11-21 03:21:45 +01:00
## Building
In order to build this container, all you have to do is to clone this repository and run `docker-compose up`.
## Configuration
TODO.
## License
[Unlicensed](LICENSE)
This license does not apply to *GitBucket*, *Java* and any of the other applications used by this container.