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