authelia/internal/suites/example/compose/caddy/docker-compose.yml
James Elliott 0f7da4fd90
fix(suites): fix passive health checks for caddy suite (#3627)
This change fixes an issue that was incorrectly marking the primary load balancer target for the front end in dev mode as down.
2022-06-30 11:39:50 +10:00

13 lines
276 B
YAML

---
version: '3'
services:
caddy:
# build: ./example/compose/caddy/ # used for debugging
image: caddy:2.5.1-alpine
volumes:
- ./example/compose/caddy/Caddyfile:/etc/caddy/Caddyfile
networks:
authelianet:
ipv4_address: 192.168.240.100
...