Skip to content
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

Add docker compose configs, dockerfile, update readme. #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Bazulenkov
Copy link

No description provided.

settings.yml.example Outdated Show resolved Hide resolved
retries: 5
volumes:
- ./postgres-data:/var/lib/postgresql/data
- ./postgres-firstrun/init-user-db.sh:/docker-entrypoint-initdb.d/init-user-db.sh:ro
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В целом, я бы вообще отказался от каких-то скриптов инициализации. М.б. проще дать юзеру самому создать всё необходимое? Роли, юзеры... наверное, это их дело

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Этот момент я не правил. Так было в docker-compose.example.yml
И скрипт был создан, до моих правок.
В этом скрипте идет создание БД и юзера для БД при первом включении.

Можно действительно обойтись без этого скрипта, просто описав в readme, мол создайте БД, создайте юзера, и дальше вот в этом и этом месте пропишите эти данные.
Мне, наоборот, нравится со скриптом - это ускоряет разворачивание проекта.

Comment on lines 4 to 8

⚠️ **Warning**: project is still under development, use with caution.
[Issues](https://github.com/MasterGroosha/telegram-feedback-bot-topics/issues) are greatly appreciated!
⚠️ **Warning**: project is still under development, use with caution.
[Issues](https://github.com/MasterGroosha/telegram-feedback-bot-topics/issues) are
greatly appreciated!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Что-то я не вижу здесь различий

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Похоже, что просто из-за переноса строки.... У меня IDE автоматически делает переносы, если длина строки превышает 88 символов (black).

compose.local.yml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants