aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorIgor Tolmachov <me@igorek.dev>2022-04-20 02:00:20 +0900
committerIgor Tolmachov <me@igorek.dev>2022-04-20 02:00:20 +0900
commit6ef5acdce17b95ed5166a32aa479eae0cb7f8cad (patch)
treec3baca11b8eb0f8ff62e9125f448fe13e71c7ec3 /docker-compose.yaml
parente2ec80ca3d1cb6c7329c21d4934245e26ec9e74a (diff)
downloadkarpov_ai_bot-6ef5acdce17b95ed5166a32aa479eae0cb7f8cad.tar.gz
karpov_ai_bot-6ef5acdce17b95ed5166a32aa479eae0cb7f8cad.zip
Рефакторинг
Добавлена система заявок в группу
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 7383133..99bd553 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -5,6 +5,5 @@ services:
5 build: "." 5 build: "."
6 restart: "always" 6 restart: "always"
7 volumes: 7 volumes:
8 - "./requirements.txt:/app/requirements.txt"
9 - "./data/samples.txt:/app/samples.txt" 8 - "./data/samples.txt:/app/samples.txt"
10 9