e2e: add missing host-gateway mapping

This commit is contained in:
Nicolas Meienberger 2026-05-27 21:15:03 +02:00
parent 008296238b
commit 25b2f71b24
No known key found for this signature in database

View file

@ -65,6 +65,8 @@ services:
- WEBHOOK_ALLOWED_ORIGINS=http://host.docker.internal:18080 - WEBHOOK_ALLOWED_ORIGINS=http://host.docker.internal:18080
- NODE_EXTRA_CA_CERTS=/tinyauth-ca/caddy/pki/authorities/local/root.crt - NODE_EXTRA_CA_CERTS=/tinyauth-ca/caddy/pki/authorities/local/root.crt
- SSL_CERT_FILE=/tinyauth-ca/caddy/pki/authorities/local/root.crt - SSL_CERT_FILE=/tinyauth-ca/caddy/pki/authorities/local/root.crt
extra_hosts:
- "host.docker.internal:host-gateway"
devices: devices:
- /dev/fuse:/dev/fuse - /dev/fuse:/dev/fuse
cap_add: cap_add: