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

services:
    klaus:
        container_name: klaus
        build:
            context: .
            dockerfile: Dockerfile
        image: jwansek/klaus
        user: "1002:1000"
        environment:
            - APP_THREADS=4
        volumes:
            - '/media/git:/srv/git:ro'
            - '/media/gitwww/repositories:/srv/repos:ro'
        ports:
            - '81:80'