diff options
-rw-r--r-- | crontab | 3 | ||||
-rw-r--r-- | docker-compose.yml | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |