Commit 6f8727bf authored by James T. Lee's avatar James T. Lee
Browse files

gitlab: Use FOSS version

There is no technical difference between the gitlab-ee image without a
license and the gitlab-ce image, but I want to be ready to switch to a
FOSS fork should the need ever arise.
parent 09030668
...@@ -28,7 +28,7 @@ class nest::service::gitlab { ...@@ -28,7 +28,7 @@ class nest::service::gitlab {
} }
docker::run { 'gitlab': docker::run { 'gitlab':
image => 'gitlab/gitlab-ee', image => 'gitlab/gitlab-ce',
net => 'gitlab', net => 'gitlab',
extra_parameters => [ extra_parameters => [
'--ip 172.18.0.2', '--ip 172.18.0.2',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment