Files

35 lines
898 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Lingua Learn
## Назначение
Приложение для изучения языков (альтернативная версия). Node.js backend + React frontend.
## Контейнеры
| Имя | Образ |
|-----|-------|
| lingua-learn-client | local build (React) |
| lingua-learn-server | local build (Node.js) |
| lingua-learn-db | postgres:16-alpine |
## Порты
Нет внешних портов (через NPM).
## Volumes
| Volume | Контейнер | Путь контейнера | Содержимое |
|--------|-----------|----------------|------------|
| postgres_data | db | /var/lib/postgresql/data | БД |
## Домен
Через NPM (не указан явно).
## Сети
- `services_proxy` (external)
## Env переменные
- `DATABASE_URL`
- `NODE_ENV`
## Статус
**Не запущен** (не найден в `docker ps`)