mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 00:31:09 +02:00
16 lines
350 B
YAML
16 lines
350 B
YAML
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: true
|
|
central_database: true
|
|
docker:
|
|
services:
|
|
redis:
|
|
enabled: true
|
|
database:
|
|
enabled: true
|
|
gitlab:
|
|
image: "gitlab/gitlab-ee"
|
|
version: "latest"
|
|
credentials:
|
|
initial_root_password: "{{ users.administrator.password }}" |