mirror of
				https://github.com/cfngc4594/monaco-editor-lsp-next.git
				synced 2025-10-30 20:53:33 +00:00 
			
		
		
		
	feat(docker): add service configuration for monaco-editor-lsp-next in Docker Compose
This commit is contained in:
		
							parent
							
								
									b7020b6f28
								
							
						
					
					
						commit
						1d65c3cb4a
					
				| @ -1,4 +1,13 @@ | |||||||
| services: | services: | ||||||
|  |   monaco-editor-lsp-next: | ||||||
|  |     build: | ||||||
|  |       context: ../ | ||||||
|  |       dockerfile: Dockerfile | ||||||
|  |     container_name: monaco-editor-lsp-next | ||||||
|  |     restart: always | ||||||
|  |     ports: | ||||||
|  |       - "3000:3000" | ||||||
|  | 
 | ||||||
|   lsp-c: |   lsp-c: | ||||||
|     build: |     build: | ||||||
|       context: ./lsp/clangd |       context: ./lsp/clangd | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user