docker-compose.yaml 320 B

123456789101112131415
  1. services:
  2. web:
  3. image: ghcr.io/xe/nginx-micro:v1.29.0
  4. anubis:
  5. image: ko.local/anubis
  6. environment:
  7. TARGET: http://web:80
  8. USE_REMOTE_ADDRESS: "true"
  9. healthcheck:
  10. test: ["CMD", "anubis", "--healthcheck"]
  11. interval: 5s
  12. timeout: 30s
  13. retries: 5
  14. start_period: 500ms