mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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