Files
gitea-custom/git-hooks/docker-compose.yml
2026-01-14 14:18:29 +01:00

10 lines
255 B
YAML

services:
gitea_deny_binary_tests:
image: ghcr.io/blender/gitea:v1.25.3
container_name: gitea_deny_binary_tests
working_dir: /workspace
command: bash -c "./test/run_deny_binary_tests.sh"
volumes:
- ./:/workspace
user: root