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