/
rain
/
google-auth-bot
Обзор
Документация
Войти
/
rain
/
google-auth-bot
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
deploy/compose.yaml
21 строка
323 B
Kirill
mvp telegram bot and some improvements for api
11 мар 2024, 00:54
11 мар 2024, 00:54
caa6f37
Код
Авторство
О чём код?
version: "3.8" services: api: extends: file: ./apiCompose.yaml service: api depends_on: - postgres postgres: extends: file: ./apiCompose.yaml service: postgres telegram: extends: file: ./telegramCompose.yaml service: telegram depends_on: - api