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

services:
    cron:
        container_name: yaoi-communism
        build:
            context: .
            dockerfile: Dockerfile
        image: reg.reaweb.uk/yaoi-communism
        network_mode: host
        volumes:
          - ./config.json:/app/config.json
          - ./yc.log:/app/yc.log
          - ./posted_images.csv:/app/posted_images.csv