mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: "load docker, db and proxy for {{application_id}}"
|
||||
- name: "load docker, db and proxy for {{ application_id }}"
|
||||
include_role:
|
||||
name: cmp-db-docker-proxy
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
# @see https://docs.gitea.com/next/administration/config-cheat-sheet#repository-repository
|
||||
|
||||
# General
|
||||
DOMAIN={{domains | get_domain(application_id)}}
|
||||
DOMAIN={{ domains | get_domain(application_id) }}
|
||||
RUN_MODE="{{ 'dev' if (ENVIRONMENT | lower) == 'development' else 'prod' }}"
|
||||
ROOT_URL="{{ domains | get_url(application_id, WEB_PROTOCOL) }}/"
|
||||
APP_NAME="{{ applications | get_app_conf(application_id, 'title', True) }}"
|
||||
@@ -23,7 +23,7 @@ DB_PASSWD={{database_password}}
|
||||
# SSH
|
||||
SSH_PORT={{ports.public.ssh[application_id]}}
|
||||
SSH_LISTEN_PORT=22
|
||||
SSH_DOMAIN={{domains | get_domain(application_id)}}
|
||||
SSH_DOMAIN={{ domains | get_domain(application_id) }}
|
||||
|
||||
# Mail Configuration
|
||||
# @see https://docs.gitea.com/next/installation/install-with-docker#managing-deployments-with-environment-variables
|
||||
|
Reference in New Issue
Block a user