mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 20:29:48 -04:00
21 lines
381 B
YAML
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
|