/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
docker-compose.yml
20 строк
448 B
Paweł Kuna
Add CONTRIBUTING.md, docs markdown linting and fixed dev server ports (#2714)
29 июл 2026, 01:04
Не верифицирован
29 июл 2026, 01:04
1ec82d0
Код
Авторство
О чём код?
--- services: tabler: image: tabler container_name: tabler build: . ports: - 3000:3000 - 3010:3010 volumes: - ./core:/app/core - ./preview:/app/preview - ./docs:/app/docs - ./shared:/app/shared # keep the node_modules installed in the image (not overwritten by the mounts) - /app/core/node_modules - /app/preview/node_modules - /app/docs/node_modules tty: true