mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
28 lines
516 B
YAML
28 lines
516 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: ./docker/lsp/clangd
|
|
dockerfile: Dockerfile
|
|
container_name: lsp-c
|
|
restart: always
|
|
ports:
|
|
- "4594:3000"
|
|
|
|
lsp-cpp:
|
|
build:
|
|
context: ./docker/lsp/clangd
|
|
dockerfile: Dockerfile
|
|
container_name: lsp-cpp
|
|
restart: always
|
|
ports:
|
|
- "4595:3000"
|