Add postgresql provider
This commit is contained in:
		
							parent
							
								
									feab7c6ed8
								
							
						
					
					
						commit
						43baf205dc
					
				
					 12 changed files with 221 additions and 107 deletions
				
			
		|  | @ -15,8 +15,8 @@ forgejo_env: | |||
|   FORGEJO__database__DB_TYPE: postgres | ||||
|   FORGEJO__database__HOST: "{{ svc.db.host }}:{{ svc.db.port }}" | ||||
|   FORGEJO__database__NAME: forgejo | ||||
|   FORGEJO__database__USER: "{{ vault_forgejo.db.user }}" | ||||
|   FORGEJO__database__PASSWD: "{{ vault_forgejo.db.pass }}" | ||||
|   FORGEJO__database__USER: "{{ opentofu.postgresql_service_roles.forgejo.name }}" | ||||
|   FORGEJO__database__PASSWD: "{{ opentofu.postgresql_service_roles.forgejo.password }}" | ||||
|   FORGEJO__database__SSL_MODE: verify-full | ||||
| 
 | ||||
|   FORGEJO__repository__ENABLE_PUSH_CREATE_USER: true | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue