fix(semaphore): use SEMAPHORE_DB_DIALECT instead of legacy DB_TYPE
- Updated container quadlet template to use modern SEMAPHORE_DB_DIALECT variable - Updated env.j2 template for consistency with current SemaphoreUI expectations - Resolves BoltDB not being honoured on v2.18.x
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DATABASE_PASSWORD={{ vault_semaphore_database_password }}
|
||||
SEMAPHORE_ADMIN_PASSWORD={{ vault_semaphore_admin_password }}
|
||||
SEMAPHORE_DB_DIALECT={{ semaphore_db_type }}
|
||||
SEMAPHORE_DB_PATH={{ semaphore_db_path }}
|
||||
SEMAPHORE_ADMIN_PASSWORD=*** vault_semaphore_admin_password }}
|
||||
SEMAPHORE_ACCESS_KEY_ENCRYPTION={{ vault_semaphore_access_key_encryption }}
|
||||
|
||||
Reference in New Issue
Block a user