-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix error logging format * Fix #28 * Update README.md * Add inline_query in update_types * Update dep * Update dep (in requests fix bug "Unknown URL-schema http+docker") * Downgrade requests to version 2.31.0. Tests failed. * Update Dockerfiles * Refactoring code * Remove unused handler * Update README.md * Redesigned logic in Dockerfiles * Update docker-compose.yml * Update hub.alpine.Dockerfile * Update installation.md * Add correct logger stage in telebot polling arg * Update docker_image_release.yml * Refactoring dockerfiles * Fix CI/CD error "buildx failed with: ERROR: failed to solve: process" * Fix CI/CD error "buildx failed with: ERROR: failed to solve: process" * Fix CI/CD error "buildx failed with: ERROR: failed to solve: process" * update dep and fix #37 * Freeze deps in requirements.txt * Refactoring code in docker section * Refactoring code in docker section * Refactoring code in docker section * Update docs * Update bot tree in README.md * Bump version to 0.0.6 release
- Loading branch information
Showing
33 changed files
with
270 additions
and
661 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,21 +1,41 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker"> | ||
<deployment type="dockerfile"> | ||
<settings> | ||
<option name="imageTag" value="latest"/> | ||
<option name="containerName" value="pytmbot"/> | ||
<option name="sourceFilePath" value="Dockerfile"/> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/var/run/docker.sock"/> | ||
<option name="hostPath" value="/var/run/docker.sock"/> | ||
<option name="readOnly" value="true"/> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</settings> | ||
</deployment> | ||
<method v="2"/> | ||
</configuration> | ||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker"> | ||
<deployment type="dockerfile"> | ||
<settings> | ||
<option name="imageTag" value="latest" /> | ||
<option name="containerName" value="pytmbot" /> | ||
<option name="sourceFilePath" value="Dockerfile" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/var/run/docker.sock" /> | ||
<option name="hostPath" value="/var/run/docker.sock" /> | ||
<option name="readOnly" value="true" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</settings> | ||
</deployment> | ||
<method v="2" /> | ||
</configuration> | ||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker"> | ||
<deployment type="dockerfile"> | ||
<settings> | ||
<option name="imageTag" value="dev-latest-loc" /> | ||
<option name="buildCliOptions" value="--target selfbuild_dev" /> | ||
<option name="containerName" value="pytmbot" /> | ||
<option name="sourceFilePath" value="Dockerfile" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/var/run/docker.sock" /> | ||
<option name="hostPath" value="/var/run/docker.sock" /> | ||
<option name="readOnly" value="true" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</settings> | ||
</deployment> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.