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

services:
    sytc:
        build:
            context: .
            dockerfile: Dockerfile
        image: jwansek/smallytchannelbot
        network_mode: host
        volumes:
            - ./logs/:/logs/
    cron:
        build:
            context: .
            dockerfile: ./onceaday/Dockerfile
        image: jwansek/smallytchannelbotoad
        network_mode: host