19 lines
323 B
YAML
19 lines
323 B
YAML
|
services:
|
||
|
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"
|