aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorIgor <2006giqhpmine.ru@gmail.com>2022-01-29 22:03:35 +0900
committerIgor <2006giqhpmine.ru@gmail.com>2022-01-29 22:03:35 +0900
commita43fb36f44655e7c142c7973d548e8505fb1cda4 (patch)
tree20ab9e42a460f39670894ff1d8f7664566ae2241 /docker-compose.yaml
parent3d0849f973e5574812a90f2bc5fdd66db4a599b2 (diff)
downloadkarpov_ai_bot-a43fb36f44655e7c142c7973d548e8505fb1cda4.tar.gz
karpov_ai_bot-a43fb36f44655e7c142c7973d548e8505fb1cda4.zip
Add docker ))
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..7383133
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,10 @@
1version: "3"
2
3services:
4 pineapple-bot:
5 build: "."
6 restart: "always"
7 volumes:
8 - "./requirements.txt:/app/requirements.txt"
9 - "./data/samples.txt:/app/samples.txt"
10