Compare commits
	
		
			19 Commits
		
	
	
		
			main
			...
			33ef444052
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 33ef444052 | |||
| f8328ab96c | |||
| 7524f5666c | |||
| e117bd0180 | |||
| e5adc77c74 | |||
| 7b1f93b654 | |||
| f234d3846d | |||
| ad3f7e1d8f | |||
| 81c22b7c7a | |||
| 08f669a770 | |||
| 4b81b5abec | |||
| e649a0f5de | |||
| 08c28fc1ef | |||
| 1f192652c4 | |||
| 10092050f2 | |||
| 15c8e50ca3 | |||
| 8381ff9485 | |||
| 81d68696cf | |||
| 0e1ef8f63b | 
							
								
								
									
										17
									
								
								semaphore-ui/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								semaphore-ui/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | services: | ||||||
|  |     semaphore: | ||||||
|  |         ports: | ||||||
|  |             - 3030:3000 | ||||||
|  |         image: semaphoreui/semaphore:v2.16.18 | ||||||
|  |         environment: | ||||||
|  |             SEMAPHORE_DB_DIALECT: sqlite | ||||||
|  |             SEMAPHORE_ADMIN: ${ADMIN_USER} | ||||||
|  |             SEMAPHORE_ADMIN_PASSWORD: ${ADMIN_PASS} | ||||||
|  |             SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME} | ||||||
|  |             SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL} | ||||||
|  |         volumes:        | ||||||
|  |             - semaphore-data:/var/lib/semaphore | ||||||
|  |             - semaphore-config:/etc/semaphore   | ||||||
|  | volumes: | ||||||
|  |   semaphore-data: | ||||||
|  |   semaphore-config: | ||||||
		Reference in New Issue
	
	Block a user