{$DOMAIN} { encode gzip zstd handle_path /api/* { reverse_proxy api:8000 } handle_path /admin* { reverse_proxy api:8000 } handle { reverse_proxy web:3000 } }