e2e: add missing host-gateway mapping

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

View file

@ -64,6 +64,8 @@ services:
- TRUSTED_ORIGINS=https://tinyauth.example.com:5557,https://localhost:5557
- NODE_EXTRA_CA_CERTS=/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:
- /dev/fuse:/dev/fuse
cap_add: