mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-03 00:46:10 +02:00
Optimized images and version configuration for dockerfiles
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
{% include 'roles/docker-central-database/templates/services/' + database_type + '.yml.j2' %}
|
||||
|
||||
web:
|
||||
image: "gitlab/gitlab-ee:{{applications.gitlab.version}}"
|
||||
image: "{{ applications[application_id].images.gitlab }}"
|
||||
hostname: '{{domains | get_domain(application_id)}}'
|
||||
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
||||
ports:
|
||||
|
@@ -1,4 +1,5 @@
|
||||
version: "latest"
|
||||
images:
|
||||
gitlab: "gitlab/gitlab-ee:latest"
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
|
Reference in New Issue
Block a user