anubis/test/caddy/docker-compose.yaml
Xe Iaso b320af79ee
test(caddy): fix automated testing?
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-19 04:48:43 +00:00

21 lines
381 B
YAML

services:
caddy:
image: xxxtest/caddy
build: .
ports:
- 8080:80
- 8443:443
anubis:
image: ghcr.io/techarohq/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