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

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