readme
This commit is contained in:
parent
5ef27f4cc8
commit
d902e47068
@ -4,14 +4,7 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="9e9f83d0-9771-4593-86bc-13be9ebfba22" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/README" beforeDir="false" afterPath="$PROJECT_DIR$/README" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/bot.py" beforeDir="false" afterPath="$PROJECT_DIR$/bot.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/database_queries.py" beforeDir="false" afterPath="$PROJECT_DIR$/database_queries.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docker-compose.yaml" beforeDir="false" />
|
||||
</list>
|
||||
<list default="true" id="9e9f83d0-9771-4593-86bc-13be9ebfba22" name="Changes" comment="docker" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
@ -36,24 +29,24 @@
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"Python.admin.executor": "Run",
|
||||
"Python.bot.executor": "Run",
|
||||
"Python.database_queries.executor": "Run",
|
||||
"Python.main.executor": "Run",
|
||||
"Python.payment_binance_pay.executor": "Run",
|
||||
"Python.payments.executor": "Run",
|
||||
"Python.payments_tron.executor": "Run",
|
||||
"Python.test.executor": "Run",
|
||||
"Python.test3.executor": "Run",
|
||||
"Python.utils.executor": "Run",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"last_opened_file_path": "C:/Users/PC/Desktop/subscriptions"
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"Python.admin.executor": "Run",
|
||||
"Python.bot.executor": "Run",
|
||||
"Python.database_queries.executor": "Run",
|
||||
"Python.main.executor": "Debug",
|
||||
"Python.payment_binance_pay.executor": "Run",
|
||||
"Python.payments.executor": "Run",
|
||||
"Python.payments_tron.executor": "Run",
|
||||
"Python.test.executor": "Run",
|
||||
"Python.test3.executor": "Run",
|
||||
"Python.utils.executor": "Run",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"last_opened_file_path": "C:/Users/PC/Desktop/subscriptions"
|
||||
}
|
||||
}</component>
|
||||
}]]></component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\PC\Desktop\subscriptions" />
|
||||
@ -104,6 +97,19 @@
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1722862614099</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="docker">
|
||||
<option name="closed" value="true" />
|
||||
<created>1723821929851</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1723821929851</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="docker" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="docker" />
|
||||
</component>
|
||||
</project>
|
5
README
5
README
@ -6,6 +6,11 @@
|
||||
Создайте файл .env и добавьте необходимые переменные, такие как API-ключи и идентификаторы.
|
||||
|
||||
## Использование
|
||||
**Соберите и запустите контейнеры:**
|
||||
|
||||
docker-compose up --build
|
||||
Это создаст и запустит все сервисы, указанные в docker-compose.yml.
|
||||
|
||||
|
||||
Запустите приложение:
|
||||
python main.py
|
||||
|
Loading…
Reference in New Issue
Block a user