#!/bin/bash
# Update the package list and upgrade any installed packages
sudo apt update
sudo apt upgrade -y
# Set up a non-root user account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To have multiple databases (to separate Gitlab and SonarQube Databases) I created a custom Database Docker Image | |
| # https://github.com/massoudAfrashteh/configtori/tree/master/docker-postgres-plus | |
| version: '3' | |
| services: | |
| gitlab: | |
| image: gitlab/gitlab-ce | |
| # restart: always |