Refactored docker-compose roles

This commit is contained in:
2025-07-07 03:24:54 +02:00
parent 2ea7a606b6
commit 38ed1e94e8
102 changed files with 681 additions and 507 deletions

View File

@@ -36,4 +36,8 @@ csp:
- "data:"
domains:
aliases:
- "git.{{ primary_domain }}"
- "git.{{ primary_domain }}"
docker:
services:
database:
enabled: true

View File

@@ -1,4 +1,5 @@
application_id: "gitea"
container_port: 3000
database_type: "mariadb"
gitea_ldap_auth_args:
- '--name "LDAP ({{ primary_domain }})"'