Files
gitea-custom/git-hooks/docker-compose.yml
2025-12-18 12:59:18 +01:00

9 lines
240 B
YAML

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