/
githubmirror
/
hello-algo
Обзор
Документация
Войти
/
githubmirror
/
hello-algo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ru/codes/docker-compose.yml
12 строк
287 B
Yudong Jin
Add ru version (#1865)
27 мар 2026, 23:24
Не верифицирован
27 мар 2026, 23:24
7721837
Код
Авторство
О чём код?
version: '3.8' services: hello-algo-code: build: context: . args: # Set the languages to be installed, separated by spaces LANGS: "python cpp java csharp" image: hello-algo-code container_name: hello-algo-code stdin_open: true tty: true