From 5a3378bb7d8ee2e6ba8f44ac29f34b658915b0c5 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 25 May 2021 11:52:47 +0000 Subject: fixed some issues with dockerisation --- crontab | 3 ++- docker-compose.yml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3