Skip to content

Instantly share code, notes, and snippets.

@ashokkuikel
ashokkuikel / docker-compose.yaml
Created September 4, 2022 09:21 — forked from aneslozo/docker-compose.yaml
Running GitLab in the container with Google G Suite Single Sign-On enabled.
gitlab:
container_name: gitlab-example
image: 'gitlab/gitlab-ce:latest'
restart: always
hostname: 'gitlab.example.com'
environment:
GITLAB_OMNIBUS_CONFIG: |
# Gitlab basic configuration
letsencrypt['enable'] = true
letsencrypt['contact_emails'] = ['gitlab@example.com']
@ashokkuikel
ashokkuikel / gist:f80eda38e4cc8a14ce9d9602918e5207
Created December 29, 2016 14:23 — forked from vianaweb/gist:5164544
vagrant + vmware license :(
Work/vagrant-ubuntu » vagrant plugin license vagrant-vmware-fusion license.lic
Installing license for 'vagrant-vmware-fusion'...
The license for 'vagrant-vmware-fusion' was successfully installed!
Work/vagrant-ubuntu »
Work/vagrant-ubuntu »
Work/vagrant-ubuntu » vagrant up --provider=vmware_fusion
The Vagrant VMware Fusion provider requires a valid license
to run. The license provided is invalid. Please make sure you
downloaded the proper license. If you believe you're seeing
this message in error, please contact support.