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" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="9e9f83d0-9771-4593-86bc-13be9ebfba22" name="Changes" comment=""> <list default="true" id="9e9f83d0-9771-4593-86bc-13be9ebfba22" name="Changes" comment="docker" />
<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>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -36,24 +29,24 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent">{ <component name="PropertiesComponent"><![CDATA[{
&quot;keyToString&quot;: { "keyToString": {
&quot;Python.admin.executor&quot;: &quot;Run&quot;, "Python.admin.executor": "Run",
&quot;Python.bot.executor&quot;: &quot;Run&quot;, "Python.bot.executor": "Run",
&quot;Python.database_queries.executor&quot;: &quot;Run&quot;, "Python.database_queries.executor": "Run",
&quot;Python.main.executor&quot;: &quot;Run&quot;, "Python.main.executor": "Debug",
&quot;Python.payment_binance_pay.executor&quot;: &quot;Run&quot;, "Python.payment_binance_pay.executor": "Run",
&quot;Python.payments.executor&quot;: &quot;Run&quot;, "Python.payments.executor": "Run",
&quot;Python.payments_tron.executor&quot;: &quot;Run&quot;, "Python.payments_tron.executor": "Run",
&quot;Python.test.executor&quot;: &quot;Run&quot;, "Python.test.executor": "Run",
&quot;Python.test3.executor&quot;: &quot;Run&quot;, "Python.test3.executor": "Run",
&quot;Python.utils.executor&quot;: &quot;Run&quot;, "Python.utils.executor": "Run",
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;, "RunOnceActivity.OpenProjectViewOnStart": "true",
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;, "RunOnceActivity.ShowReadmeOnStart": "true",
&quot;git-widget-placeholder&quot;: &quot;main&quot;, "git-widget-placeholder": "main",
&quot;last_opened_file_path&quot;: &quot;C:/Users/PC/Desktop/subscriptions&quot; "last_opened_file_path": "C:/Users/PC/Desktop/subscriptions"
} }
}</component> }]]></component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\PC\Desktop\subscriptions" /> <recent name="C:\Users\PC\Desktop\subscriptions" />
@ -104,6 +97,19 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1722862614099</updated> <updated>1722862614099</updated>
</task> </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 /> <servers />
</component> </component>
<component name="VcsManagerConfiguration">
<MESSAGE value="docker" />
<option name="LAST_COMMIT_MESSAGE" value="docker" />
</component>
</project> </project>

5
README
View File

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