mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
28 lines
503 B
YAML
28 lines
503 B
YAML
services:
|
|
monaco-editor-lsp-next:
|
|
build:
|
|
context: ../
|
|
dockerfile: Dockerfile
|
|
container_name: monaco-editor-lsp-next
|
|
restart: always
|
|
ports:
|
|
- "3000:3000"
|
|
|
|
lsp-c:
|
|
build:
|
|
context: ./lsp/clangd
|
|
dockerfile: Dockerfile
|
|
container_name: lsp-c
|
|
restart: always
|
|
ports:
|
|
- "4594:3000"
|
|
|
|
lsp-cpp:
|
|
build:
|
|
context: ./lsp/clangd
|
|
dockerfile: Dockerfile
|
|
container_name: lsp-cpp
|
|
restart: always
|
|
ports:
|
|
- "4595:3000"
|