mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
Optimized docker_git_repository_ variables
This commit is contained in:
@@ -13,8 +13,8 @@ database_type: 0 # Database type
|
||||
docker_compose_flush_handlers: true # When this is set to true an auto-flush after the docker-compose.yml, and env deploy is triggered, otherwise you have todo it manual.
|
||||
docker_compose_file_creation_enabled: true # Skipp creation of docker-compose.yml file
|
||||
|
||||
docker_pull_git_repository: true # This will automaticly pull a repository from the 'docker_repository_address'
|
||||
docker_repository_address: "" # The address of a repository which should be pulled
|
||||
docker_git_repository_pull: true # This will automaticly pull a repository from the 'docker_git_repository_address'
|
||||
docker_git_repository_address: "" # The address of a repository which should be pulled
|
||||
|
||||
{# The following variable mapping is optional, but it makes it easier to read the code.#}
|
||||
{# I recommend, to use this mappings, but you can skipp it and access the config entries direct via 'get_app_conf' #}
|
||||
|
||||
Reference in New Issue
Block a user