mirror of https://github.com/docusealco/docuseal
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							463 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							463 B
						
					
					
				| spec:
 | |
|   name: docuseal
 | |
|   services:
 | |
|   - name: docuseal
 | |
|     dockerfile_path: Dockerfile
 | |
|     git:
 | |
|       repo_clone_url: https://github.com/docusealco/docuseal.git
 | |
|       branch: master
 | |
|     envs:
 | |
|     - key: SECRET_KEY_BASE
 | |
|       value: "- 64 characters string 64 characters string 64 characters string -"
 | |
|       type: SECRET
 | |
|       scope: RUN_TIME
 | |
|     - key: DATABASE_URL
 | |
|       scope: RUN_TIME
 | |
|       value: ${docuseal-db.DATABASE_URL}
 | |
|   databases:
 | |
|   - name: docuseal-db
 |