A vibe coded tangled fork which supports pijul.
at 7c179b147e325bb7f25bea2fd19c45d6491b58e9 14 lines 324 B view raw
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