Files
anubis-mirror/test/caddy/docker-compose.yaml
Xe Iaso a47e781d91 test(caddy): fix automated testing
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-19 04:44:34 +00:00

21 lines
372 B
YAML

services:
caddy:
image: xxxtest/caddy
build: .
ports:
- 8080:80
- 8443:443
anubis:
image: ko.local/anubis
environment:
BIND: ":3000"
TARGET: http://httpdebug:3000
POLICY_FNAME: /cfg/less_paranoid.yaml
SLOG_LEVEL: DEBUG
volumes:
- ../anubis_configs:/cfg
httpdebug:
image: ghcr.io/xe/x/httpdebug