aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: ac1e4a09df2ad55a81cf4a3efe7ed1b8489fa611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'

services:
    cron:
        build:
            context: .
            dockerfile: Dockerfile
        image: jwansek/yaoi-communism
        network_mode: host
        volumes:
          - ./yc.log:/app/yc.log
          - ./posted_images.csv:/app/posted_images.csv