docker-compose.yaml 516 B

12345678910111213141516171819202122
  1. services:
  2. caddy:
  3. image: xxxtest/caddy
  4. build: .
  5. ports:
  6. - 8080:80
  7. - 8443:443
  8. volumes:
  9. - "../pki/caddy.local.cetacean.club:/etc/techaro/pki/caddy.local.cetacean.club/"
  10. anubis:
  11. image: ghcr.io/techarohq/anubis:main
  12. environment:
  13. BIND: ":3000"
  14. TARGET: http://httpdebug:3000
  15. POLICY_FNAME: /etc/techaro/anubis/less_paranoid.yaml
  16. volumes:
  17. - ../anubis_configs:/etc/techaro/anubis
  18. httpdebug:
  19. image: ghcr.io/xe/x/httpdebug
  20. pull_policy: always