aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crontab3
-rw-r--r--docker-compose.yml3
2 files changed, 5 insertions, 1 deletions
diff --git a/crontab b/crontab
index 5ef7b80..3b74066 100644
--- a/crontab
+++ b/crontab
@@ -1 +1,2 @@
-0 */3 * * * python3 /app/bot.py \ No newline at end of file
+0 */3 * * * python3 /app/bot.py
+
diff --git a/docker-compose.yml b/docker-compose.yml
index 03b3bc7..ac1e4a0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -7,3 +7,6 @@ services:
dockerfile: Dockerfile
image: jwansek/yaoi-communism
network_mode: host
+ volumes:
+ - ./yc.log:/app/yc.log
+ - ./posted_images.csv:/app/posted_images.csv