Files
anubis-mirror/test/git-clone/docker-compose.yaml
Xe Iaso c81c21478a test: use docker buildx bake
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-08-29 20:19:58 +00:00

23 lines
443 B
YAML

services:
cgit:
image: joseluisq/alpine-cgit
pull_policy: always
restart: always
environment:
CGIT_TITLE: Test git server
CGIT_DESC: Test server, please ignore
volumes:
- ./var/repos:/srv/git
anubis:
image: ghcr.io/techarohq/anubis:devel-docker
environment:
BIND: ":8005"
TARGET: http://cgit:80
USE_REMOTE_ADDRESS: "true"
ports:
- 8005:8005
volumes:
cgit-data: