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

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