contrib/docker-compose.yml (view raw)
1version: "3"
2services:
3 legit:
4 container_name: legit
5 build:
6 context: ../
7 dockerfile: ../contrib/Dockerfile
8 restart: unless-stopped
9 ports:
10 - "5555:5555"
11 volumes:
12 - /var/www/git:/var/www/git
13 - ../config.yaml:/app/config.yaml
14 - ../static:/app/static
15 - ../templates:/app/templates