-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from SivikGosh/dev
Dev
- Loading branch information
Showing
7 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,3 @@ COPY . . | |
EXPOSE 8000 | ||
|
||
CMD python main.py | ||
|
||
# TODO: нужна оптимизация файла |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,3 @@ services: | |
context: . | ||
ports: | ||
- 8000:8000 | ||
|
||
# TODO: добавить версию файла | ||
# TODO: добавить .env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# TODO: настройка скрипта на прослушивание чата на новые сообщения | ||
# TODO: добавить ORM для работы с базой | ||
# TODO: добавить конвертацию xlsx в json (либо сразу писать в бд?) | ||
# TODO: выпилить bill.py для unique_addresses.py, получать адреса из бд | ||
# TODO: почистить неиспользуемые пакеты requirements.txt | ||
# TODO: переезд на Poetry | ||
# TODO: подобрать инструмент для readme (генерация?) | ||
# TODO: рефакт функции main (класс?) | ||
# TODO: нужна оптимизация файла Dockerfile | ||
# TODO: добавить версию файла compose.yml | ||
# TODO: добавить .env в отдельный volume |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters