-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/postgres local stage 2 #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я тут разрешил конфликты, но таску добей пожалуйста в следующем ключе:
Есть новая версия docker compose, и вызывается docker compose
Ну а у кого то старые версии вызывается docker-compose
В общем тут пример https://github.com/Studio-Yandex-Practicum/RandomCoffeeBotTelegram/blob/develop/Makefile
а я должен был сам разрешить конфликт? просто когда был модуль с общей работой это делал тимлид |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Всё работает, мержим👍
Description
переделал makefile и подправил docker-compose.dev.yaml
обновил зависимости develop.txt и изменил settings.py
для запуска необходимо скопировать
.env.example
в.env
чтобы запустить проектвначале
make run-db
для запуска контейнера с базойпосле можно
make run
Type of change
Пожалуйста, удалите варианты, которые не относятся к ПР-у.
How Has This Been Tested?
обкатал на маке
make run-db
иmake run
. контейнер стартует и висит в активных, можно спокойно перезапускать проект сколько угодно.получение переменных окружения проверено
Checklist: