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

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