A vibe coded tangled fork which supports pijul.
at 7ea1c45d22b52653aaed25f78b765130bf6b501b 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