gitlab-arm64
gitlab-arm64 copied to clipboard
GitLab docker image (CE & EE) for arm64
how could write this in compose file?
Sync version to 16.11.2
Sync version to 16.11.2
Sync version to 16.11.2
Sync version to 16.11.2
At the end of the installation, I presume, I get the following  I selected 16.7.3-ce.0 as in the example
Hi, I am running the following docker-compose.yml on my Raspberry Pi (aarch64): ``` version: '3.9' x-logging: &default-logging driver: json-file options: max-size: "100m" max-file: "3" services: gitlab: image: zengxs/gitlab:ee-arm64 container_name: gitlab...
Greetings, Thank you for this wonderful project! However, I have noticed that recently updating versions has been a bit slow, for example at the moment we are 2 versions behind...
Hello, anyone here using the mattermost integration on ARM? I've tried to enable it on my compose file: ``` # --- Mattermost Configuration --- mattermost_external_url 'https://chat.example.com' mattermost_nginx['redirect_http_to_https'] = true mattermost['enable']...
Please can you describe the steps to make a correct update procedure? my docker-compose is like this ``` version: '3.6' services: gitlab: image: 'zengxs/gitlab:latest' restart: always container_name: gitlab hostname: '*********.it'...