mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Optimized role creation script
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{% raw %}
|
||||
credentials:
|
||||
docker:
|
||||
images: {} # @todo Move under services
|
||||
@@ -5,6 +6,8 @@ docker:
|
||||
services:
|
||||
redis:
|
||||
enabled: false # Enable Redis
|
||||
database:
|
||||
enabled: false # Enable the database
|
||||
features:
|
||||
matomo: true # Enable Matomo Tracking
|
||||
css: true # Enable Global CSS Styling
|
||||
@@ -24,3 +27,4 @@ rbac:
|
||||
mail-bot:
|
||||
description: "Has an token to send and recieve emails"
|
||||
|
||||
{% endraw %}
|
@@ -1,2 +1,2 @@
|
||||
application_id: {{ application_id }} # ID of the application
|
||||
database_type: {{ database }} # Database type [postgres, mariadb]
|
||||
database_type: 0 # Database type [postgres, mariadb]
|
Reference in New Issue
Block a user