This commit is contained in:
Mary 2024-08-16 18:29:17 +03:00
parent 5ef27f4cc8
commit d902e47068
2 changed files with 36 additions and 25 deletions

View File

@ -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">{
&quot;keyToString&quot;: {
&quot;Python.admin.executor&quot;: &quot;Run&quot;,
&quot;Python.bot.executor&quot;: &quot;Run&quot;,
&quot;Python.database_queries.executor&quot;: &quot;Run&quot;,
&quot;Python.main.executor&quot;: &quot;Run&quot;,
&quot;Python.payment_binance_pay.executor&quot;: &quot;Run&quot;,
&quot;Python.payments.executor&quot;: &quot;Run&quot;,
&quot;Python.payments_tron.executor&quot;: &quot;Run&quot;,
&quot;Python.test.executor&quot;: &quot;Run&quot;,
&quot;Python.test3.executor&quot;: &quot;Run&quot;,
&quot;Python.utils.executor&quot;: &quot;Run&quot;,
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;last_opened_file_path&quot;: &quot;C:/Users/PC/Desktop/subscriptions&quot;
<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
View File

@ -6,6 +6,11 @@
Создайте файл .env и добавьте необходимые переменные, такие как API-ключи и идентификаторы.
## Использование
**Соберите и запустите контейнеры:**
docker-compose up --build
Это создаст и запустит все сервисы, указанные в docker-compose.yml.
Запустите приложение:
python main.py