-
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.
chore: reformat code and version bump to 0.2.0
- Loading branch information
Showing
60 changed files
with
497 additions
and
533 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 |
---|---|---|
@@ -1,44 +1,44 @@ | ||
<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="orenlab/pytmbot:latest"/> | ||
<option name="buildCliOptions" value="--target self_build"/> | ||
<option name="command" | ||
value="--log-level DEBUG --mode dev --plugins "monitor, outline, manager""/> | ||
<option name="containerName" value="pytmbot"/> | ||
<option name="showCommandPreview" value="true"/> | ||
<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="orenlab/pytmbot:latest" /> | ||
<option name="buildCliOptions" value="--target self_build" /> | ||
<option name="command" value="--log-level DEBUG --mode dev" /> | ||
<option name="containerName" value="pytmbot" /> | ||
<option name="commandLineOptions" value="" /> | ||
<option name="showCommandPreview" value="true" /> | ||
<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> |
Oops, something went wrong.