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

services:
    printer:
        container_name: githubprinter
        build:
            context: .
            dockerfile: Dockerfile
        image: jwansek/githubprinter
        volumes:
            - ./github_printer.log:/githubPrinter/github_printer.log
        env_file:
            - githubPrinter.env